aboutsummaryrefslogtreecommitdiffstats
path: root/man/programs.texi
diff options
context:
space:
mode:
authorRichard M. Stallman2001-02-19 04:15:26 +0000
committerRichard M. Stallman2001-02-19 04:15:26 +0000
commit2684ed46588492f68cb064e2d05922889de7fdbc (patch)
tree25e76b865cafc2c674cfd0633c5ab24ca97eecad /man/programs.texi
parent0efda3ff4e5f46df3062f00d570f678b00cf351f (diff)
downloademacs-2684ed46588492f68cb064e2d05922889de7fdbc.tar.gz
emacs-2684ed46588492f68cb064e2d05922889de7fdbc.zip
Change in quoting.
Diffstat (limited to 'man/programs.texi')
-rw-r--r--man/programs.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/programs.texi b/man/programs.texi
index bac58faf089..f2619f0b02b 100644
--- a/man/programs.texi
+++ b/man/programs.texi
@@ -48,7 +48,7 @@ Programming modes often support Outline minor mode (@pxref{Outline
48Mode}). The Foldout package provides folding-editor features 48Mode}). The Foldout package provides folding-editor features
49(@pxref{Foldout}). 49(@pxref{Foldout}).
50 50
51 The `automatic typing' features may be useful for writing programs. 51 The ``automatic typing'' features may be useful for writing programs.
52@xref{,Autotyping,, autotype, Autotyping}. 52@xref{,Autotyping,, autotype, Autotyping}.
53 53
54@menu 54@menu
@@ -109,7 +109,7 @@ VHDL, CORBA IDL, and Tcl.
109There is also a major mode for makefiles, called Makefile 109There is also a major mode for makefiles, called Makefile
110mode. An alternative mode for Perl is called CPerl mode. Modes 110mode. An alternative mode for Perl is called CPerl mode. Modes
111are available for scripts for the common Unix shells, VMS DCL and 111are available for scripts for the common Unix shells, VMS DCL and
112MS-DOS/MS-Windows `BAT' files. In a similar fashion to programming 112MS-DOS/MS-Windows @samp{BAT} files. In a similar fashion to programming
113languages, modes are provided for editing various sorts of configuration 113languages, modes are provided for editing various sorts of configuration
114files. 114files.
115 115
@@ -181,9 +181,9 @@ parentheses exist (including human languages).
181braces (whichever ones must balance in the language you are working with), 181braces (whichever ones must balance in the language you are working with),
182and escape characters that might be used to quote those. 182and escape characters that might be used to quote those.
183 183
184 The other commands deal with expressions or @dfn{sexps}. The word `sexp' 184 The other commands deal with expressions or @dfn{sexps}. The word ``sexp''
185is derived from @dfn{s-expression}, the ancient term for an expression in 185is derived from @dfn{s-expression}, the ancient term for an expression in
186Lisp. But in Emacs, the notion of `sexp' is not limited to Lisp. It 186Lisp. But in Emacs, the notion of ``sexp'' is not limited to Lisp. It
187refers to an expression in whatever language your program is written in. 187refers to an expression in whatever language your program is written in.
188Each programming language has its own major mode, which customizes the 188Each programming language has its own major mode, which customizes the
189syntax tables so that expressions in that language count as sexps. 189syntax tables so that expressions in that language count as sexps.