aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/tips.texi
diff options
context:
space:
mode:
Diffstat (limited to 'lispref/tips.texi')
-rw-r--r--lispref/tips.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/lispref/tips.texi b/lispref/tips.texi
index 4eb0e3f700..592a0015e7 100644
--- a/lispref/tips.texi
+++ b/lispref/tips.texi
@@ -1,7 +1,7 @@
@c -*-texinfo-*-
@c This is part of the GNU Emacs Lisp Reference Manual.
@c Copyright (C) 1990, 1991, 1992, 1993, 1995, 1998, 1999
-@c Free Software Foundation, Inc.
+@c Free Software Foundation, Inc.
@c See the file elisp.texi for copying conditions.
@setfilename ../info/tips
@node Tips, GNU Emacs Internals, GPL, Top
@@ -435,7 +435,7 @@ can be worth rearranging a data structure so that one of these primitive
search functions can be used.
@item
-Certain built-in functions are handled specially in byte-compiled code,
+Certain built-in functions are handled specially in byte-compiled code,
avoiding the need for an ordinary function call. It is a good idea to
use these functions rather than alternatives. To see whether a function
is handled specially by the compiler, examine its @code{byte-compile}
@@ -537,7 +537,7 @@ In Dired, visit the file or directory named on this line.
@item
Do not start or end a documentation string with whitespace.
-
+
@item
@strong{Do not} indent subsequent lines of a documentation string so
that the text is lined up in the source code with the text of the first