diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-05-08 15:45:57 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-05-08 15:45:57 +0000 |
commit | c72a092224bbf93d068eb58e096061e1401acf0f (patch) | |
tree | 1f2a781135bf17d4de03086047c8de965903a5df /lisp | |
parent | eb82b61d608d1f85412d1fb7d58f37bb2c419d3a (diff) | |
download | emacs-c72a092224bbf93d068eb58e096061e1401acf0f.tar.gz emacs-c72a092224bbf93d068eb58e096061e1401acf0f.tar.bz2 emacs-c72a092224bbf93d068eb58e096061e1401acf0f.zip |
(org-info-store-link): Remove leftover docstring.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/org/org-info.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/org/org-info.el b/lisp/org/org-info.el index cd01d444cea..cdc0b579864 100644 --- a/lisp/org/org-info.el +++ b/lisp/org/org-info.el @@ -47,7 +47,6 @@ ;; Implementation (defun org-info-store-link () "Store a link to an Info file and node." - "Store a link to an INFO folder or message." (when (eq major-mode 'Info-mode) (let (link desc) (setq link (org-make-link "info:" |