summaryrefslogtreecommitdiff
path: root/lispref/tips.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-12-20 00:09:23 +0000
committerRichard M. Stallman <rms@gnu.org>1996-12-20 00:09:23 +0000
commit3607fb8575ea1d18cd5ea01e2bb629c1d4d3adfd (patch)
tree38bb04b52ca7540b895803764544f83feea318ce /lispref/tips.texi
parent9226239027548f76d2c21b94fb997df71e829967 (diff)
downloademacs-3607fb8575ea1d18cd5ea01e2bb629c1d4d3adfd.tar.gz
Minor cleanups for overfull hboxes.
Diffstat (limited to 'lispref/tips.texi')
-rw-r--r--lispref/tips.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/lispref/tips.texi b/lispref/tips.texi
index 7a10f212153..1d797fb3ef9 100644
--- a/lispref/tips.texi
+++ b/lispref/tips.texi
@@ -450,11 +450,11 @@ single-quotes for those symbols.)
@item
Don't write key sequences directly in documentation strings. Instead,
use the @samp{\\[@dots{}]} construct to stand for them. For example,
-instead of writing @samp{C-f}, write @samp{\\[forward-char]}. When
-Emacs displays the documentation string, it substitutes whatever key is
-currently bound to @code{forward-char}. (This is normally @samp{C-f},
-but it may be some other character if the user has moved key bindings.)
-@xref{Keys in Documentation}.
+instead of writing @samp{C-f}, write the construct
+@samp{\\[forward-char]}. When Emacs displays the documentation string,
+it substitutes whatever key is currently bound to @code{forward-char}.
+(This is normally @samp{C-f}, but it may be some other character if the
+user has moved key bindings.) @xref{Keys in Documentation}.
@item
In documentation strings for a major mode, you will want to refer to the