diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/help.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/help.el b/lisp/help.el index b9b71903e00..40d8521e7dc 100644 --- a/lisp/help.el +++ b/lisp/help.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; help.el --- help commands for Emacs | 1 | ;;; help.el --- help commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1993, 1994, 1998 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1986, 1993, 1994, 1998, 1999 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: help, internal | 6 | ;; Keywords: help, internal |
| @@ -25,7 +25,7 @@ | |||
| 25 | ;;; Commentary: | 25 | ;;; Commentary: |
| 26 | 26 | ||
| 27 | ;; This code implements GNU Emacs' on-line help system, the one invoked by | 27 | ;; This code implements GNU Emacs' on-line help system, the one invoked by |
| 28 | ;;`M-x help-for-help'. | 28 | ;; `M-x help-for-help'. |
| 29 | 29 | ||
| 30 | ;;; Code: | 30 | ;;; Code: |
| 31 | 31 | ||
| @@ -1050,7 +1050,7 @@ that." | |||
| 1050 | (while | 1050 | (while |
| 1051 | ;; Ignore single blank lines in table, but not | 1051 | ;; Ignore single blank lines in table, but not |
| 1052 | ;; double ones, which should terminate it. | 1052 | ;; double ones, which should terminate it. |
| 1053 | (and (not (looking-at "\n\n")) | 1053 | (and (not (looking-at "\n\\s-*\n")) |
| 1054 | (progn | 1054 | (progn |
| 1055 | (and (eolp) (forward-line)) | 1055 | (and (eolp) (forward-line)) |
| 1056 | (end-of-line) | 1056 | (end-of-line) |