diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/info.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/info.el b/lisp/info.el index 20e031c1347..e88824c1e11 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -3196,6 +3196,8 @@ With a zero prefix arg, put the name inside a function call to `info'." | |||
| 3196 | (put 'Info-mode 'mode-class 'special) | 3196 | (put 'Info-mode 'mode-class 'special) |
| 3197 | (put 'Info-mode 'no-clone-indirect t) | 3197 | (put 'Info-mode 'no-clone-indirect t) |
| 3198 | 3198 | ||
| 3199 | (defvar tool-bar-map) | ||
| 3200 | |||
| 3199 | (defun Info-mode () | 3201 | (defun Info-mode () |
| 3200 | "Info mode provides commands for browsing through the Info documentation tree. | 3202 | "Info mode provides commands for browsing through the Info documentation tree. |
| 3201 | Documentation in Info is divided into \"nodes\", each of which discusses | 3203 | Documentation in Info is divided into \"nodes\", each of which discusses |