summaryrefslogtreecommitdiff
path: root/lisp/help-mode.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2002-01-07 05:20:57 +0000
committerRichard M. Stallman <rms@gnu.org>2002-01-07 05:20:57 +0000
commitea127bf417eb745c9444a97441112a9c33893266 (patch)
tree74af9970ead379c33397e9c4e0872821be550e85 /lisp/help-mode.el
parent5a6a8d3b9673e1d684113a7034290b991c091197 (diff)
downloademacs-ea127bf417eb745c9444a97441112a9c33893266.tar.gz
Fix indentation.
Diffstat (limited to 'lisp/help-mode.el')
-rw-r--r--lisp/help-mode.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/help-mode.el b/lisp/help-mode.el
index e40cb600d82..e041f2f03e8 100644
--- a/lisp/help-mode.el
+++ b/lisp/help-mode.el
@@ -507,13 +507,13 @@ help buffer."
(sdoc
;; We now have a help buffer on the variable.
;; Insert the function and face text before it.
- (when (or fdoc facedoc)
+ (when (or fdoc facedoc)
(goto-char (point-min))
(let ((inhibit-read-only t))
(when fdoc
(insert fdoc "\n\n")
- (when facedoc
- (insert (make-string 30 ?-) "\n\n" (symbol-name symbol)
+ (when facedoc
+ (insert (make-string 30 ?-) "\n\n" (symbol-name symbol)
" is also a " "face." "\n\n")))
(when facedoc
(insert facedoc "\n\n"))