diff options
| author | Richard M. Stallman | 2005-01-13 19:45:51 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-01-13 19:45:51 +0000 |
| commit | ef8f2df66a7486e7a52c2df55f106f7a4c2959f6 (patch) | |
| tree | 95ec67f303b5b736e8788dd615a787f1fcae8b95 | |
| parent | 5a45dd33e3d545e7bc790dfa1d7a15e2605a4857 (diff) | |
| download | emacs-ef8f2df66a7486e7a52c2df55f106f7a4c2959f6.tar.gz emacs-ef8f2df66a7486e7a52c2df55f106f7a4c2959f6.zip | |
Whitespace change.
| -rw-r--r-- | lisp/help-macro.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help-macro.el b/lisp/help-macro.el index a36eed86d01..3a7cf0898cb 100644 --- a/lisp/help-macro.el +++ b/lisp/help-macro.el | |||
| @@ -121,7 +121,7 @@ and then returns." | |||
| 121 | (if three-step-help | 121 | (if three-step-help |
| 122 | (progn | 122 | (progn |
| 123 | (setq key (let ((overriding-local-map local-map)) | 123 | (setq key (let ((overriding-local-map local-map)) |
| 124 | (read-key-sequence nil))) | 124 | (read-key-sequence nil))) |
| 125 | ;; Make the HELP key translate to C-h. | 125 | ;; Make the HELP key translate to C-h. |
| 126 | (if (lookup-key function-key-map key) | 126 | (if (lookup-key function-key-map key) |
| 127 | (setq key (lookup-key function-key-map key))) | 127 | (setq key (lookup-key function-key-map key))) |