diff options
| author | Juanma Barranquero | 2008-05-08 15:45:57 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-05-08 15:45:57 +0000 |
| commit | c72a092224bbf93d068eb58e096061e1401acf0f (patch) | |
| tree | 1f2a781135bf17d4de03086047c8de965903a5df | |
| parent | eb82b61d608d1f85412d1fb7d58f37bb2c419d3a (diff) | |
| download | emacs-c72a092224bbf93d068eb58e096061e1401acf0f.tar.gz emacs-c72a092224bbf93d068eb58e096061e1401acf0f.zip | |
(org-info-store-link): Remove leftover docstring.
| -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 @@ | |||
| 47 | ;; Implementation | 47 | ;; Implementation |
| 48 | (defun org-info-store-link () | 48 | (defun org-info-store-link () |
| 49 | "Store a link to an Info file and node." | 49 | "Store a link to an Info file and node." |
| 50 | "Store a link to an INFO folder or message." | ||
| 51 | (when (eq major-mode 'Info-mode) | 50 | (when (eq major-mode 'Info-mode) |
| 52 | (let (link desc) | 51 | (let (link desc) |
| 53 | (setq link (org-make-link "info:" | 52 | (setq link (org-make-link "info:" |