diff options
| author | Glenn Morris | 2008-02-28 03:49:35 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-02-28 03:49:35 +0000 |
| commit | 74c52de17fc8795e1983347dd1024f5e2333b22b (patch) | |
| tree | 26c68811fe963aa8978b4c89c8c0ac5e62ed736b /lisp/textmodes | |
| parent | 584dcd8f486c03072280ae2b60eaf5683290e7b6 (diff) | |
| download | emacs-74c52de17fc8795e1983347dd1024f5e2333b22b.tar.gz emacs-74c52de17fc8795e1983347dd1024f5e2333b22b.zip | |
(Info-goto-node): Remove declaration.
(org-info): Use info rather than Info-goto-node.
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/org.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/textmodes/org.el b/lisp/textmodes/org.el index bc63a962b9c..98a2c668e51 100644 --- a/lisp/textmodes/org.el +++ b/lisp/textmodes/org.el | |||
| @@ -4105,7 +4105,6 @@ If it is less than 8, the level-1 face gets re-used for level N+1 etc." | |||
| 4105 | (date string specifier &optional marker globcolor literal)) | 4105 | (date string specifier &optional marker globcolor literal)) |
| 4106 | (declare-function table--at-cell-p "table" (position &optional object at-column)) | 4106 | (declare-function table--at-cell-p "table" (position &optional object at-column)) |
| 4107 | (declare-function Info-find-node "info" (filename nodename &optional no-going-back)) | 4107 | (declare-function Info-find-node "info" (filename nodename &optional no-going-back)) |
| 4108 | (declare-function Info-goto-node "info" (nodename &optional fork)) | ||
| 4109 | (declare-function bbdb "ext:bbdb-com" (string elidep)) | 4108 | (declare-function bbdb "ext:bbdb-com" (string elidep)) |
| 4110 | (declare-function bbdb-company "ext:bbdb-com" (string elidep)) | 4109 | (declare-function bbdb-company "ext:bbdb-com" (string elidep)) |
| 4111 | (declare-function bbdb-current-record "ext:bbdb-com" (&optional planning-on-modifying)) | 4110 | (declare-function bbdb-current-record "ext:bbdb-com" (&optional planning-on-modifying)) |
| @@ -26976,8 +26975,7 @@ See the individual commands for more information." | |||
| 26976 | "Read documentation for Org-mode in the info system. | 26975 | "Read documentation for Org-mode in the info system. |
| 26977 | With optional NODE, go directly to that node." | 26976 | With optional NODE, go directly to that node." |
| 26978 | (interactive) | 26977 | (interactive) |
| 26979 | (require 'info) | 26978 | (info (format "(org)%s" (or node "")))) |
| 26980 | (Info-goto-node (format "(org)%s" (or node "")))) | ||
| 26981 | 26979 | ||
| 26982 | (defun org-install-agenda-files-menu () | 26980 | (defun org-install-agenda-files-menu () |
| 26983 | (let ((bl (buffer-list))) | 26981 | (let ((bl (buffer-list))) |