mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Minor quoting fixes in scripts and doc
Prefer straight quotes in random script files, as they are not converted. Prefer grave quotes in a couple of places in the manual that were missed earlier, as these quotes are converted.
This commit is contained in:
parent
dc436dd77f
commit
e56096dbb9
8 changed files with 27 additions and 28 deletions
|
|
@ -24,7 +24,7 @@
|
||||||
# http://home.m05.itscom.net/numa/cde/ucs-conv/appendix.html
|
# http://home.m05.itscom.net/numa/cde/ucs-conv/appendix.html
|
||||||
# This program reads the mapping file EUC-JP-MS (of glibc) and
|
# This program reads the mapping file EUC-JP-MS (of glibc) and
|
||||||
# generates the Elisp file eucjp-ms.el that defines two translation
|
# generates the Elisp file eucjp-ms.el that defines two translation
|
||||||
# tables `eucjp-ms-decode' and `eucjp-ms-encode'.
|
# tables 'eucjp-ms-decode' and 'eucjp-ms-encode'.
|
||||||
|
|
||||||
BEGIN {
|
BEGIN {
|
||||||
FS = "[ \t][ \t]*"
|
FS = "[ \t][ \t]*"
|
||||||
|
|
@ -109,4 +109,3 @@ END {
|
||||||
print "";
|
print "";
|
||||||
print "(provide 'eucjp-ms)";
|
print "(provide 'eucjp-ms)";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
// Avoid direct access to `contents' member of
|
// Avoid direct access to 'contents' member of
|
||||||
// Lisp_Vector, use AREF and ASET where possible.
|
// Lisp_Vector, use AREF and ASET where possible.
|
||||||
@expression@
|
@expression@
|
||||||
identifier I1, I2;
|
identifier I1, I2;
|
||||||
|
|
|
||||||
|
|
@ -100,7 +100,7 @@ chdir $root if cwd () eq "/";
|
||||||
chdir "./src";
|
chdir "./src";
|
||||||
print "Build in ", cwd (), "\n";
|
print "Build in ", cwd (), "\n";
|
||||||
|
|
||||||
# If first arg is `all' or if `--all' specified, ensure a clean
|
# If first arg is 'all' or if '--all' specified, ensure a clean
|
||||||
# build.
|
# build.
|
||||||
|
|
||||||
if (@ARGV && $ARGV[0] eq "all")
|
if (@ARGV && $ARGV[0] eq "all")
|
||||||
|
|
|
||||||
|
|
@ -390,7 +390,7 @@ Searching and Replacement
|
||||||
* Symbol Search:: Search for a source code symbol.
|
* Symbol Search:: Search for a source code symbol.
|
||||||
* Regexp Search:: Search for match for a regexp.
|
* Regexp Search:: Search for match for a regexp.
|
||||||
* Regexps:: Syntax of regular expressions.
|
* Regexps:: Syntax of regular expressions.
|
||||||
* Regexp Backslash:: Regular expression constructs starting with '\'.
|
* Regexp Backslash:: Regular expression constructs starting with `\'.
|
||||||
* Regexp Example:: A complex regular expression explained.
|
* Regexp Example:: A complex regular expression explained.
|
||||||
* Search Case:: To ignore case while searching, or not.
|
* Search Case:: To ignore case while searching, or not.
|
||||||
* Replace:: Search, and replace some or all matches.
|
* Replace:: Search, and replace some or all matches.
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ thing, but search for patterns instead of fixed strings.
|
||||||
* Symbol Search:: Search for a source code symbol.
|
* Symbol Search:: Search for a source code symbol.
|
||||||
* Regexp Search:: Search for match for a regexp.
|
* Regexp Search:: Search for match for a regexp.
|
||||||
* Regexps:: Syntax of regular expressions.
|
* Regexps:: Syntax of regular expressions.
|
||||||
* Regexp Backslash:: Regular expression constructs starting with '\'.
|
* Regexp Backslash:: Regular expression constructs starting with `\'.
|
||||||
* Regexp Example:: A complex regular expression explained.
|
* Regexp Example:: A complex regular expression explained.
|
||||||
* Search Case:: To ignore case while searching, or not.
|
* Search Case:: To ignore case while searching, or not.
|
||||||
* Replace:: Search, and replace some or all matches.
|
* Replace:: Search, and replace some or all matches.
|
||||||
|
|
|
||||||
|
|
@ -29,8 +29,8 @@
|
||||||
# The Emacs executable must have debugging symbols for this to work.
|
# The Emacs executable must have debugging symbols for this to work.
|
||||||
# But you never strip Emacs, right?
|
# But you never strip Emacs, right?
|
||||||
#
|
#
|
||||||
# The main commands of interest are `ybuffer-list', `yfile-buffers',
|
# The main commands of interest are 'ybuffer-list', 'yfile-buffers',
|
||||||
# `ysave-buffer', and `ybuffer-contents'. The `y' prefix avoids any
|
# 'ysave-buffer', and 'ybuffer-contents'. The 'y' prefix avoids any
|
||||||
# namespace collisions with emacs/src/.gdbinit.
|
# namespace collisions with emacs/src/.gdbinit.
|
||||||
|
|
||||||
# Since the internal data structures in Emacs occasionally from time to
|
# Since the internal data structures in Emacs occasionally from time to
|
||||||
|
|
@ -129,7 +129,7 @@ end
|
||||||
document ybuffer-list
|
document ybuffer-list
|
||||||
Display a list of buffer names, sizes, and other attributes.
|
Display a list of buffer names, sizes, and other attributes.
|
||||||
The buffer number in the first column is used as an argument
|
The buffer number in the first column is used as an argument
|
||||||
to some other emacs-buffer recovery commands, e.g. `ysave-buffer'.
|
to some other emacs-buffer recovery commands, e.g. 'ysave-buffer'.
|
||||||
end
|
end
|
||||||
|
|
||||||
define yfile-buffers
|
define yfile-buffers
|
||||||
|
|
@ -138,7 +138,7 @@ define yfile-buffers
|
||||||
end
|
end
|
||||||
document yfile-buffers
|
document yfile-buffers
|
||||||
Display a list of buffers which are associated with files.
|
Display a list of buffers which are associated with files.
|
||||||
This is like `ybuffer-list', but only buffers that were visiting files
|
This is like 'ybuffer-list', but only buffers that were visiting files
|
||||||
are displayed.
|
are displayed.
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
@ -165,7 +165,7 @@ define yset-buffer
|
||||||
end
|
end
|
||||||
document yset-buffer
|
document yset-buffer
|
||||||
Set current buffer (for other emacs-buffer recovery commands) to the ARG'th
|
Set current buffer (for other emacs-buffer recovery commands) to the ARG'th
|
||||||
buffer as displayed by `ybuffer-list'.
|
buffer as displayed by 'ybuffer-list'.
|
||||||
end
|
end
|
||||||
|
|
||||||
define yget-buffer-pointers
|
define yget-buffer-pointers
|
||||||
|
|
@ -184,9 +184,9 @@ define yget-buffer-pointers
|
||||||
end
|
end
|
||||||
document yget-buffer-pointers
|
document yget-buffer-pointers
|
||||||
Update convenience variables with address pointers for the ARG'th buffer
|
Update convenience variables with address pointers for the ARG'th buffer
|
||||||
as displayed by `ybuffer-list'.
|
as displayed by 'ybuffer-list'.
|
||||||
|
|
||||||
This also sets the current buffer using `yset-buffer' (which see).
|
This also sets the current buffer using 'yset-buffer' (which see).
|
||||||
end
|
end
|
||||||
|
|
||||||
define yget-current-buffer-name
|
define yget-current-buffer-name
|
||||||
|
|
@ -220,11 +220,11 @@ define ydump-buffer
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
document ydump-buffer
|
document ydump-buffer
|
||||||
Write contents of buffer N (as numbered according to `ybuffer-list') to
|
Write contents of buffer N (as numbered according to 'ybuffer-list') to
|
||||||
file FILE.
|
file FILE.
|
||||||
|
|
||||||
This is mainly used as an internal subroutine for `ysave-buffer' and
|
This is mainly used as an internal subroutine for 'ysave-buffer' and
|
||||||
`ybuffer-contents', which see.
|
'ybuffer-contents', which see.
|
||||||
end
|
end
|
||||||
|
|
||||||
define ysave-buffer
|
define ysave-buffer
|
||||||
|
|
@ -242,7 +242,7 @@ define ysave-buffer
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
document ysave-buffer
|
document ysave-buffer
|
||||||
Save contents of buffer N (as numbered according to `ybuffer-list') to
|
Save contents of buffer N (as numbered according to 'ybuffer-list') to
|
||||||
file FILE.
|
file FILE.
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
@ -258,7 +258,7 @@ define ybuffer-contents
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
document ybuffer-contents
|
document ybuffer-contents
|
||||||
Write contents of buffer N (numbered according to `ybuffer-list') to stdout.
|
Write contents of buffer N (numbered according to 'ybuffer-list') to stdout.
|
||||||
end
|
end
|
||||||
|
|
||||||
# local variables:
|
# local variables:
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ SHELL = @SHELL@
|
||||||
EMACS = ../src/emacs${EXEEXT}
|
EMACS = ../src/emacs${EXEEXT}
|
||||||
EMACSOPT = -batch --no-site-file --no-site-lisp
|
EMACSOPT = -batch --no-site-file --no-site-lisp
|
||||||
|
|
||||||
# ==================== Things `configure' will edit ====================
|
# ==================== Things 'configure' will edit ====================
|
||||||
|
|
||||||
CC=@CC@
|
CC=@CC@
|
||||||
CFLAGS=@CFLAGS@
|
CFLAGS=@CFLAGS@
|
||||||
|
|
@ -83,31 +83,31 @@ ns_appbindir=@ns_appbindir@
|
||||||
# subdirectories of this directory. The default values for many of
|
# subdirectories of this directory. The default values for many of
|
||||||
# the variables below are expressed in terms of this one, so you may
|
# the variables below are expressed in terms of this one, so you may
|
||||||
# not need to change them. This is set with the --prefix option to
|
# not need to change them. This is set with the --prefix option to
|
||||||
# `../configure'.
|
# '../configure'.
|
||||||
prefix=@prefix@
|
prefix=@prefix@
|
||||||
|
|
||||||
# Like `prefix', but used for architecture-specific files. This is
|
# Like 'prefix', but used for architecture-specific files. This is
|
||||||
# set with the --exec-prefix option to `../configure'.
|
# set with the --exec-prefix option to '../configure'.
|
||||||
exec_prefix=@exec_prefix@
|
exec_prefix=@exec_prefix@
|
||||||
|
|
||||||
# Where to install Emacs and other binaries that people will want to
|
# Where to install Emacs and other binaries that people will want to
|
||||||
# run directly (like etags). This is set with the --bindir option
|
# run directly (like etags). This is set with the --bindir option
|
||||||
# to `../configure'.
|
# to '../configure'.
|
||||||
bindir=@bindir@
|
bindir=@bindir@
|
||||||
|
|
||||||
# Where to install and expect executable files to be run by Emacs
|
# Where to install and expect executable files to be run by Emacs
|
||||||
# rather than directly by users, and other architecture-dependent
|
# rather than directly by users, and other architecture-dependent
|
||||||
# data. ${archlibdir} is usually below this. This is set with the
|
# data. ${archlibdir} is usually below this. This is set with the
|
||||||
# --libexecdir option to `../configure'.
|
# --libexecdir option to '../configure'.
|
||||||
libexecdir=@libexecdir@
|
libexecdir=@libexecdir@
|
||||||
|
|
||||||
# Directory for local state files for all programs.
|
# Directory for local state files for all programs.
|
||||||
localstatedir=@localstatedir@
|
localstatedir=@localstatedir@
|
||||||
|
|
||||||
# Where to find the source code. This is set by the configure
|
# Where to find the source code. This is set by the configure
|
||||||
# script's `--srcdir' option. However, the value of ${srcdir} in
|
# script's '--srcdir' option. However, the value of ${srcdir} in
|
||||||
# this makefile is not identical to what was specified with --srcdir,
|
# this makefile is not identical to what was specified with --srcdir,
|
||||||
# since the variable here has `/lib-src' added at the end.
|
# since the variable here has '/lib-src' added at the end.
|
||||||
|
|
||||||
# We use $(srcdir) explicitly in dependencies so as not to depend on VPATH.
|
# We use $(srcdir) explicitly in dependencies so as not to depend on VPATH.
|
||||||
srcdir=@srcdir@
|
srcdir=@srcdir@
|
||||||
|
|
@ -127,7 +127,7 @@ abs_top_srcdir=@abs_top_srcdir@
|
||||||
# This path usually includes the Emacs version and configuration name,
|
# This path usually includes the Emacs version and configuration name,
|
||||||
# so that multiple configurations for multiple versions of Emacs may
|
# so that multiple configurations for multiple versions of Emacs may
|
||||||
# be installed at once. This can be set with the --archlibdir option
|
# be installed at once. This can be set with the --archlibdir option
|
||||||
# to `../configure'.
|
# to '../configure'.
|
||||||
archlibdir=@archlibdir@
|
archlibdir=@archlibdir@
|
||||||
|
|
||||||
gamedir=@gamedir@
|
gamedir=@gamedir@
|
||||||
|
|
|
||||||
|
|
@ -86,7 +86,7 @@ WRITE_LOG = > $@ 2>&1 || { stat=ERROR; cat $@; }; echo $$stat: $@
|
||||||
## -l ./basename treats basename as a literal file (it would be nice
|
## -l ./basename treats basename as a literal file (it would be nice
|
||||||
## to change this; bug#17848 - if that gets done, this can be simplified).
|
## to change this; bug#17848 - if that gets done, this can be simplified).
|
||||||
##
|
##
|
||||||
## Beware: it approximates `no-byte-compile', so watch out for false-positives!
|
## Beware: it approximates 'no-byte-compile', so watch out for false-positives!
|
||||||
%.log: ${srcdir}/%.el
|
%.log: ${srcdir}/%.el
|
||||||
@if grep '^;.*no-byte-compile: t' $< > /dev/null; then \
|
@if grep '^;.*no-byte-compile: t' $< > /dev/null; then \
|
||||||
loadfile=$<; \
|
loadfile=$<; \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue