diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/help.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el index af79bbcf57c..db76efb01a0 100644 --- a/lisp/help.el +++ b/lisp/help.el | |||
| @@ -841,7 +841,7 @@ whose documentation describes the minor mode." | |||
| 841 | (if (zerop (length indicator)) | 841 | (if (zerop (length indicator)) |
| 842 | "no indicator" | 842 | "no indicator" |
| 843 | (format "indicator%s" | 843 | (format "indicator%s" |
| 844 | indicator)))) | 844 | indicator)))) |
| 845 | (princ (documentation mode-function))) | 845 | (princ (documentation mode-function))) |
| 846 | (insert-button pretty-minor-mode | 846 | (insert-button pretty-minor-mode |
| 847 | 'action (car help-button-cache) | 847 | 'action (car help-button-cache) |