mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; Fix quoting of non-nil in texinfo sources
This commit is contained in:
parent
e16ee5fde6
commit
8deb797897
25 changed files with 44 additions and 44 deletions
|
|
@ -474,7 +474,7 @@ Each transform is a list of the form @w{@code{(@var{regexp}
|
|||
@var{replacement} [@var{uniquify}])}}. @var{regexp} is a regular
|
||||
expression to match against the file name; if it matches,
|
||||
@code{replace-match} is used to replace the matching part with
|
||||
@var{replacement}. If the optional element @var{uniquify} is non-nil,
|
||||
@var{replacement}. If the optional element @var{uniquify} is non-@code{nil},
|
||||
the auto-save file name is constructed by concatenating the directory
|
||||
part of the transformed file name with the buffer's file name in which
|
||||
all directory separators were changed to @samp{!} to prevent clashes.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue