]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Wed, 12 Jan 2000 05:22:30 +0000 (05:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 12 Jan 2000 05:22:30 +0000 (05:22 +0000)
lispref/advice.texi
lispref/anti.texi
lispref/backups.texi
lispref/buffers.texi
lispref/commands.texi

index a7bcdaf16dd9e93c8640742f1330e235bf8bd387..9fe5179e10584a4abadc04c52b86936e6ceb505b 100644 (file)
@@ -426,12 +426,12 @@ redefined.
 This variable controls whether to compile the combined definition
 that results from activating advice for a function.
 
-A value of @code{always} specifies to compile unconditionally
+A value of @code{always} specifies to compile unconditionally.
 A value of @code{nil} specifies never compile the advice.
 
 A value of @code{maybe} specifies to compile if the byte-compiler is
 already loaded.  A value of @code{like-original} specifies to compile
-the advice if the the original definition of the advised function is
+the advice if the original definition of the advised function is
 compiled or a built-in function.
 
 This variable takes effect only if the @var{compile} argument of
index 0b8f4924216a81492c9251b12481af8ffbc28409..b3174e22a0addbf7dcf185a4148f1fe3cf56ef30 100644 (file)
@@ -81,7 +81,7 @@ the scroll bars.
 
 @item
 For simplicity, all ASCII characters now have the same height and width.
-(Certain characters, such as Chinese characters, always have have twice
+(Certain characters, such as Chinese characters, always have twice
 the standard width.)  All characters are created equal.
 
 @item
index e148dc7907753d47d0487a02169b74a5ef5c5db8..d26d0dc4c90e934d421fcc8c4fe89aa475bf090d 100644 (file)
@@ -519,7 +519,7 @@ The value of this variable is the number of seconds of idle time that
 should cause auto-saving.  Each time the user pauses for this long,
 Emacs does auto-saving for all buffers in which that is enabled.  (If
 the current buffer is large, the specified timeout is multiplied by a
-factor that depends increases as the size increases; for a million-byte
+factor that increases as the size increases; for a million-byte
 buffer, the factor is almost 4.)
 
 If the value is zero or nil, then auto-saving is not done as a result
index e97d44319928257f7b30da15721088d14fbfe763..b82c0df12964d28a866658fb6e214131abd385d5 100644 (file)
@@ -335,9 +335,20 @@ produces a name not currently in use for any buffer by appending a
 number inside of @samp{<@dots{}>}.
 
 If the optional second argument @var{ignore} is non-@code{nil}, it
-should be buffer name in the sequence to be tried.  That name will be
-considered acceptable, if it is tried, even if a buffer with that name
-exists.
+should be a string; it makes a difference if it is a name in the
+sequence of names to be tried.  That name will be considered acceptable,
+if it is tried, even if a buffer with that name exists.  Thus, if
+buffers named @samp{foo}, @samp{foo<2>}, @samp{foo<3>} and @samp{foo<4>}
+exist,
+
+@example
+(generate-new-buffer-name "foo")
+     @result{} "foo<5>"
+(generate-new-buffer-name "foo" "foo<3>")
+     @result{} "foo<3>"
+(generate-new-buffer-name "foo" "foo<6>")
+     @result{} "foo<5>"
+@end example
 
 See the related function @code{generate-new-buffer} in @ref{Creating
 Buffers}.
index dd5f17c00cfbc9c83c715a25745d2f03a6d020bd..1d3c4f022c5f9624220110161ab1de1df2e14bed 100644 (file)
@@ -1869,7 +1869,7 @@ same symbol that would normally represent that combination of mouse
 button and modifier keys.  The information about the window part is kept
 elsewhere in the event---in the coordinates.  But
 @code{read-key-sequence} translates this information into imaginary
-``prefix keys'', all of which are symbols: @code{heder-line},
+``prefix keys'', all of which are symbols: @code{header-line},
 @code{horizontal-scroll-bar}, @code{menu-bar}, @code{mode-line},
 @code{vertical-line}, and @code{vertical-scroll-bar}.  You can define
 meanings for mouse clicks in special window parts by defining key