emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/modes.texi


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lispref/modes.texi
Date: Sat, 07 Jan 2006 18:41:50 +0000

Index: emacs/lispref/modes.texi
diff -u emacs/lispref/modes.texi:1.129 emacs/lispref/modes.texi:1.130
--- emacs/lispref/modes.texi:1.129      Fri Dec 30 05:14:38 2005
+++ emacs/lispref/modes.texi    Sat Jan  7 18:41:50 2006
@@ -1423,7 +1423,7 @@
 @end defmac
 
   The initial value must be @code{nil} except in cases where (1) the
-mode is preloaded in Emacs, or (2) it is painless to for loading to
+mode is preloaded in Emacs, or (2) it is painless for loading to
 enable the mode even though the user did not request it.  For
 instance, if the mode has no effect unless something else is enabled,
 and will always be loaded by that time, enabling it by default is
@@ -2254,7 +2254,7 @@
 finds the next ``definition'' to put in the buffer index, scanning
 backward in the buffer from point.  It should return @code{nil} if it
 doesn't find another ``definition'' before point.  Otherwise it should
-leave point at the place it finds a ``definition,'' and return any
+leave point at the place it finds a ``definition'' and return any
 address@hidden value.
 
 Setting this variable makes it buffer-local in the current buffer.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]