From 31ff037ab849a8d5d9b871a8927154ffb38a8694 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 16 Sep 2015 12:56:45 +0300 Subject: [PATCH] Restore some of the quoting in the manuals * doc/lispref/windows.texi (Coordinates and Windows) (Coordinates and Windows): * doc/lispref/variables.texi (Lexical Binding) (File Local Variables): * doc/lispref/text.texi (Format Properties): * doc/lispref/symbols.texi (Symbol Components): * doc/lispref/strings.texi (Creating Strings): * doc/lispref/sequences.texi (Sequence Functions): * doc/lispref/searching.texi (Regexp Special, Regexp Search) (Search and Replace): * doc/lispref/processes.texi (Bindat Spec): * doc/lispref/os.texi (Idle Timers): * doc/lispref/objects.texi (Basic Char Syntax): * doc/lispref/numbers.texi (Float Basics, Random Numbers): * doc/lispref/nonascii.texi (Character Properties): * doc/lispref/modes.texi (Major Mode Conventions, Mode Hooks) (Mode Line Variables): * doc/lispref/minibuf.texi (Text from Minibuffer): * doc/lispref/loading.texi (Autoload): * doc/lispref/keymaps.texi (Controlling Active Maps): * doc/lispref/frames.texi (Frame Layout, Size and Position) (Size Parameters, Implied Frame Resizing): * doc/lispref/files.texi (Changing Files, Magic File Names): * doc/lispref/eval.texi (Self-Evaluating Forms): * doc/lispref/display.texi (Progress, Abstract Display) (Abstract Display Example, Bidirectional Display): * doc/lispref/commands.texi (Event Mod): * doc/emacs/windows.texi (Displaying Buffers): * doc/emacs/trouble.texi (Bug Criteria, Checklist): * doc/emacs/text.texi (Enriched Text): * doc/emacs/programs.texi (MixedCase Words): * doc/emacs/picture-xtra.texi (Insert in Picture) (Tabs in Picture): * doc/emacs/misc.texi (Emacs Server, Printing): * doc/emacs/mini.texi (Minibuffer History): * doc/emacs/maintaining.texi (Old Revisions, VC Change Log) (Pulling / Pushing): * doc/emacs/killing.texi (Yanking, Cut and Paste, Clipboard): * doc/emacs/help.texi (Help, Help Echo): * doc/emacs/glossary.texi (Glossary): * doc/emacs/frames.texi (Mouse Commands, Creating Frames) (Frame Commands): * doc/emacs/files.texi (Reverting, Saving, Directories): * doc/emacs/entering.texi (Exiting): * doc/emacs/emacs.texi (Top): * doc/emacs/cmdargs.texi (Window Size X, Icons X): * doc/emacs/anti.texi (Antinews): Restore quoting of text where appropriate or replace quoting with @dfn. * doc/misc/ediff.texi (Window and Frame Configuration): * doc/lispref/processes.texi (Network Feature Testing): * doc/lispref/display.texi (Display Margins): Quote the phrase after "a.k.a." where appropriate. --- doc/emacs/anti.texi | 6 +++--- doc/emacs/cmdargs.texi | 6 +++--- doc/emacs/emacs.texi | 2 +- doc/emacs/entering.texi | 2 +- doc/emacs/files.texi | 8 ++++---- doc/emacs/frames.texi | 12 ++++++------ doc/emacs/glossary.texi | 6 +++--- doc/emacs/help.texi | 5 +++-- doc/emacs/killing.texi | 10 +++++----- doc/emacs/maintaining.texi | 12 ++++++------ doc/emacs/mini.texi | 2 +- doc/emacs/misc.texi | 4 ++-- doc/emacs/picture-xtra.texi | 12 ++++++------ doc/emacs/programs.texi | 2 +- doc/emacs/text.texi | 2 +- doc/emacs/trouble.texi | 10 +++++----- doc/emacs/windows.texi | 2 +- doc/lispref/commands.texi | 2 +- doc/lispref/display.texi | 16 ++++++++-------- doc/lispref/eval.texi | 2 +- doc/lispref/files.texi | 4 ++-- doc/lispref/frames.texi | 24 ++++++++++++------------ doc/lispref/keymaps.texi | 2 +- doc/lispref/loading.texi | 2 +- doc/lispref/minibuf.texi | 10 +++++----- doc/lispref/modes.texi | 6 +++--- doc/lispref/nonascii.texi | 2 +- doc/lispref/numbers.texi | 5 +++-- doc/lispref/objects.texi | 2 +- doc/lispref/os.texi | 2 +- doc/lispref/positions.texi | 2 +- doc/lispref/processes.texi | 6 +++--- doc/lispref/searching.texi | 6 +++--- doc/lispref/sequences.texi | 2 +- doc/lispref/strings.texi | 2 +- doc/lispref/symbols.texi | 2 +- doc/lispref/text.texi | 2 +- doc/lispref/variables.texi | 6 +++--- doc/lispref/windows.texi | 6 +++--- doc/misc/ediff.texi | 2 +- 40 files changed, 110 insertions(+), 108 deletions(-) diff --git a/doc/emacs/anti.texi b/doc/emacs/anti.texi index 72452a501a..d702ff78b7 100644 --- a/doc/emacs/anti.texi +++ b/doc/emacs/anti.texi @@ -13,14 +13,14 @@ greater simplicity that results from the absence of many Emacs @itemize @bullet @item -Support for displaying and editing bidirectional text has been +Support for displaying and editing ``bidirectional'' text has been removed. Text is now always displayed on the screen in a single consistent direction---left to right---regardless of the underlying script. Similarly, @kbd{C-f} and @kbd{C-b} always move the text cursor to the right and left respectively. Also, @key{RIGHT} and @key{LEFT} are now equivalent to @kbd{C-f} and @kbd{C-b}, as you might expect, rather than moving forward or backward based on the underlying -paragraph direction. +``paragraph direction''. Users of right-to-left languages, like Arabic and Hebrew, may adapt by reading and/or editing text in left-to-right order. @@ -43,7 +43,7 @@ the text in the region; it deletes a single character instead. We have reworked how Emacs handles the clipboard and the X primary selection. Commands for killing and yanking, like @kbd{C-w} and @kbd{C-y}, use the primary selection and not the clipboard, so you can -use these commands without interfering with cutting or pasting +use these commands without interfering with ``cutting'' or ``pasting'' in other programs. The @samp{Cut}/@samp{Copy}/@samp{Paste} menu items are bound to separate clipboard commands, not to the same commands as @kbd{C-w}/@kbd{M-w}/@kbd{C-y}. diff --git a/doc/emacs/cmdargs.texi b/doc/emacs/cmdargs.texi index 1385fefaea..fcaf87f170 100644 --- a/doc/emacs/cmdargs.texi +++ b/doc/emacs/cmdargs.texi @@ -1036,7 +1036,7 @@ tool bar when it processes the specified geometry. When using one of @samp{--fullscreen}, @samp{--maximized}, @samp{--fullwidth} or @samp{--fullheight}, some window managers require you to set the variable @code{frame-resize-pixelwise} to a non-@code{nil} -value to make a frame appear truly maximized or fullscreen. +value to make a frame appear truly maximized or full-screen. Some window managers have options that can make them ignore both program-specified and user-specified positions. If these are set, @@ -1125,12 +1125,12 @@ Start Emacs in an iconified state. Disable the use of the Emacs icon. @end table - Most window managers allow you to iconify (or minimize) an + Most window managers allow you to iconify (or ``minimize'') an Emacs frame, hiding it from sight. Some window managers replace iconified windows with tiny icons, while others remove them entirely from sight. The @samp{-iconic} option tells Emacs to begin running in an iconified state, rather than showing a frame right away. -The text frame doesn't appear until you deiconify (or un-minimize) +The text frame doesn't appear until you deiconify (or ``un-minimize'') it. By default, Emacs uses an icon containing the Emacs logo. On diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi index 8275da91a0..a913579a1c 100644 --- a/doc/emacs/emacs.texi +++ b/doc/emacs/emacs.texi @@ -638,7 +638,7 @@ Enriched Text * Enriched Indentation:: Changing the left and right margins. * Enriched Justification:: Centering, setting text flush with the left or right margin, etc. -* Enriched Properties:: The special text properties submenu. +* Enriched Properties:: The ``Special text properties'' submenu. @c The automatic texinfo menu update inserts some duplicate items here @c (faces, colors, indentation, justification, properties), because diff --git a/doc/emacs/entering.texi b/doc/emacs/entering.texi index afe2b115a9..8b8a918962 100644 --- a/doc/emacs/entering.texi +++ b/doc/emacs/entering.texi @@ -100,7 +100,7 @@ display them initially. Kill Emacs (@code{save-buffers-kill-terminal}). @item C-z On a text terminal, suspend Emacs; on a graphical display, -iconify or minimize the selected frame (@code{suspend-emacs}). +iconify (or ``minimize'') the selected frame (@code{suspend-emacs}). @end table @kindex C-x C-c diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index 4bd2553b82..5752d02fe8 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi @@ -340,7 +340,7 @@ that was visited in the buffer. * Customize Save:: Customizing the saving of files. * Interlocking:: How Emacs protects against simultaneous editing of one file by two users. -* Shadowing: File Shadowing. Copying files to shadows automatically. +* Shadowing: File Shadowing. Copying files to ``shadows'' automatically. * Time Stamps:: Emacs can update time stamps on saved files. @end menu @@ -941,7 +941,7 @@ buffers, type @kbd{M-x global-auto-revert-mode} to enable Global Auto-Revert mode. These minor modes do not check or revert remote files, because that is usually too slow. - One use of Auto-Revert mode is to tail a file such as a system + One use of Auto-Revert mode is to ``tail'' a file such as a system log, so that changes made to that file by other programs are continuously displayed. To do this, just move the point to the end of the buffer, and it will stay there as the file contents change. @@ -1255,8 +1255,8 @@ this, it runs the program specified by The command @kbd{M-x delete-directory} prompts for a directory name using the minibuffer, and deletes the directory if it is empty. If the directory is not empty, you will be asked whether you want to -delete it recursively. On systems that have a Trash (or Recycle -Bin) feature, you can make this command move the specified directory +delete it recursively. On systems that have a ``Trash'' (or ``Recycle +Bin'') feature, you can make this command move the specified directory to the Trash instead of deleting it outright, by changing the variable @code{delete-by-moving-to-trash} to @code{t}. @xref{Misc File Ops}, for more information about using the Trash. diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi index 22f9f0eb5e..a171db7bb0 100644 --- a/doc/emacs/frames.texi +++ b/doc/emacs/frames.texi @@ -197,7 +197,7 @@ deactivating the mark. @xref{Shift Selection}. @vindex mouse-wheel-follow-mouse @vindex mouse-wheel-scroll-amount @vindex mouse-wheel-progressive-speed - Some mice have a wheel which can be used for scrolling. Emacs + Some mice have a ``wheel'' which can be used for scrolling. Emacs supports scrolling windows with the mouse wheel, by default, on most graphical displays. To toggle this feature, use @kbd{M-x mouse-wheel-mode}. The variables @code{mouse-wheel-follow-mouse} and @@ -388,9 +388,9 @@ boundary to the left or right. The prefix key @kbd{C-x 5} is analogous to @kbd{C-x 4}. Whereas each @kbd{C-x 4} command pops up a buffer in a different window in the selected frame (@pxref{Pop Up Window}), the @kbd{C-x 5} commands use a -different frame. If an existing visible or iconified (minimized) +different frame. If an existing visible or iconified (a.k.a.@: ``minimized'') frame already displays the requested buffer, that frame is raised and -deiconified (un-minimized); otherwise, a new frame is created on +deiconified (``un-minimized''); otherwise, a new frame is created on the current display terminal. The various @kbd{C-x 5} commands differ in how they find or create the @@ -467,8 +467,8 @@ maximized, it fills the screen. @item @kindex @findex toggle-frame-fullscreen -Toggle fullscreen mode for the current frame. (The difference -between fullscreen and maximized is normally that the former +Toggle full-screen mode for the current frame. (The difference +between full-screen and maximized is normally that the former hides window manager decorations, giving slightly more screen space to Emacs itself.) @end table @@ -476,7 +476,7 @@ Emacs itself.) @vindex frame-resize-pixelwise Note that with some window managers you may have to customize the variable @code{frame-resize-pixelwise} to a non-@code{nil} value in -order to make a frame truly maximized or fullscreen. This +order to make a frame truly maximized or full-screen. This variable, when set to a non-@code{nil} value, in general allows resizing frames at pixel resolution, rather than in integral multiples of lines and columns. diff --git a/doc/emacs/glossary.texi b/doc/emacs/glossary.texi index ef186723d6..e66cd79e74 100644 --- a/doc/emacs/glossary.texi +++ b/doc/emacs/glossary.texi @@ -100,7 +100,7 @@ A base buffer is a buffer whose text is shared by an indirect buffer Some human languages, such as English, are written from left to right. Others, such as Arabic, are written from right to left. Emacs supports both of these forms, as well as any mixture of them---this -is bidirectional text. @xref{Bidirectional Editing}. +is ``bidirectional text''. @xref{Bidirectional Editing}. @item Bind To bind a key sequence means to give it a binding (q.v.). @@ -396,7 +396,7 @@ Variables}. @item Dired Dired is the Emacs facility that displays the contents of a file -directory and allows you to edit the directory, performing +directory and allows you to ``edit the directory'', performing operations on the files in the directory. @xref{Dired}. @item Disabled Command @@ -580,7 +580,7 @@ For more information, see @uref{http://fsf.org/, the FSF website}. @item Fringe On a graphical display (q.v.), there's a narrow portion of the frame (q.v.@:) between the text area and the window's border. These -fringes are used to display symbols that provide information about +``fringes'' are used to display symbols that provide information about the buffer text (@pxref{Fringes}). Emacs displays the fringe using a special face (q.v.@:) called @code{fringe}. @xref{Faces,fringe}. diff --git a/doc/emacs/help.texi b/doc/emacs/help.texi index 0489325184..a9c63b9178 100644 --- a/doc/emacs/help.texi +++ b/doc/emacs/help.texi @@ -72,7 +72,7 @@ inputs, but they all support @key{F1}.) * Language Help:: Help relating to international language support. * Misc Help:: Other help commands. * Help Files:: Commands to display auxiliary help files. -* Help Echo:: Help on active text and tooltips. +* Help Echo:: Help on active text and tooltips (``balloon help''). @end menu @iftex @@ -634,7 +634,8 @@ Emacs (@code{describe-no-warranty}). @cindex tooltips @cindex balloon help - In Emacs, stretches of active text (text that does something +@cindex active text + In Emacs, stretches of @dfn{active text} (text that does something special in response to mouse clicks or @key{RET}) often have associated help text. This includes hyperlinks in Emacs buffers, as well as parts of the mode line. On graphical displays, as well as diff --git a/doc/emacs/killing.texi b/doc/emacs/killing.texi index d629349b98..d453647b0c 100644 --- a/doc/emacs/killing.texi +++ b/doc/emacs/killing.texi @@ -306,7 +306,7 @@ e.g., @kbd{C-u 4 C-y} reinserts the fourth most recent kill. On graphical displays, @kbd{C-y} first checks if another application has placed any text in the system clipboard more recently than the last Emacs kill. If so, it inserts the clipboard's text instead. -Thus, Emacs effectively treats cut or copy clipboard +Thus, Emacs effectively treats ``cut'' or ``copy'' clipboard operations performed in other applications like Emacs kills, except that they are not recorded in the kill ring. @xref{Cut and Paste}, for details. @@ -445,7 +445,7 @@ be yanked back in one place. append to the text that @kbd{M-w} copied into the kill ring. @node Cut and Paste -@section Cut and Paste Operations on Graphical Displays +@section ``Cut and Paste'' Operations on Graphical Displays @cindex cut @cindex copy @cindex paste @@ -476,7 +476,7 @@ different data type by customizing @code{x-select-request-type}. @cindex clipboard The @dfn{clipboard} is the facility that most graphical applications -use for cutting and pasting. When the clipboard exists, the kill +use for ``cutting and pasting''. When the clipboard exists, the kill and yank commands in Emacs make use of it. When you kill some text with a command such as @kbd{C-w} @@ -493,7 +493,7 @@ losing the old clipboard data---at the risk of high memory consumption if that data turns out to be large. Yank commands, such as @kbd{C-y} (@code{yank}), also use the -clipboard. If another application owns the clipboard---i.e., if +clipboard. If another application ``owns'' the clipboard---i.e., if you cut or copied text there more recently than your last kill command in Emacs---then Emacs yanks from the clipboard instead of the kill ring. @@ -512,7 +512,7 @@ change the variable @code{x-select-enable-clipboard} to @code{nil}. @vindex x-select-enable-clipboard-manager Many X desktop environments support a feature called the @dfn{clipboard manager}. If you exit Emacs while it is the current -owner of the clipboard data, and there is a clipboard manager +``owner'' of the clipboard data, and there is a clipboard manager running, Emacs transfers the clipboard data to the clipboard manager so that it is not lost. In some circumstances, this may cause a delay when exiting Emacs; if you wish to prevent Emacs from transferring diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index b1c5297e7d..e747949177 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi @@ -824,7 +824,7 @@ window. @kindex C-x v g Many version control systems allow you to view files @dfn{annotated} with per-line revision information, by typing @kbd{C-x v g} -(@code{vc-annotate}). This creates a new annotate buffer +(@code{vc-annotate}). This creates a new ``annotate'' buffer displaying the file's text, with each line colored to show how old it is. Red text is new, blue is old, and intermediate colors indicate intermediate ages. By default, the color is scaled over the @@ -836,7 +836,7 @@ arguments using the minibuffer: the revision to display and annotate (instead of the current file contents), and the time span in days the color range should cover. - From the annotate buffer, these and other color scaling options are + From the ``annotate'' buffer, these and other color scaling options are available from the @samp{VC-Annotate} menu. In this buffer, you can also use the following keys to browse the annotations of past revisions, view diffs, or view log entries: @@ -901,11 +901,11 @@ Display the change history for the current repository (@code{vc-print-root-log}). @item C-x v I -Display the changes that a pull operation will retrieve +Display the changes that a ``pull'' operation will retrieve (@code{vc-log-incoming}). @item C-x v O -Display the changes that will be sent by the next push operation +Display the changes that will be sent by the next ``push'' operation (@code{vc-log-outgoing}). @end table @@ -1355,13 +1355,13 @@ commit will be committed to that specific branch. @table @kbd @item C-x v + On a decentralized version control system, update the current branch -by pulling in changes from another location. +by ``pulling in'' changes from another location. On a centralized version control system, update the current VC fileset. @item C-x v P -On a decentralized version control system, push changes from the +On a decentralized version control system, ``push'' changes from the current branch to another location. This concept does not exist for centralized version control systems. @end table diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi index 7357372f99..058f385c0e 100644 --- a/doc/emacs/mini.texi +++ b/doc/emacs/mini.texi @@ -620,7 +620,7 @@ fetching later entries into the minibuffer. entries in the minibuffer history (e.g., if you haven't previously typed @kbd{M-p}), Emacs tries fetching from a list of default arguments: values that you are likely to enter. You can think of this -as moving through the future history. +as moving through the ``future history''. If you edit the text inserted by the @kbd{M-p} or @kbd{M-n} minibuffer history commands, this does not change its entry in the diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index 2eee3dd33e..7fad8268d0 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi @@ -1515,7 +1515,7 @@ command history, or other kinds of information with any existing Emacs process. You can solve this problem by setting up Emacs as an @dfn{edit -server}, so that it listens for external edit requests and acts +server}, so that it ``listens'' for external edit requests and acts accordingly. There are two ways to start an Emacs server: @itemize @@ -1808,7 +1808,7 @@ as detailed below, or using the @samp{File} menu on the menu bar. @findex htmlfontify-buffer Aside from the commands described in this section, you can also print hardcopies from Dired (@pxref{Operating on Files}) and the diary -(@pxref{Displaying the Diary}). You can also print an Emacs +(@pxref{Displaying the Diary}). You can also ``print'' an Emacs buffer to HTML with the command @kbd{M-x htmlfontify-buffer}, which converts the current buffer to a HTML file, replacing Emacs faces with CSS-based markup. Furthermore, Org mode allows you to print Org diff --git a/doc/emacs/picture-xtra.texi b/doc/emacs/picture-xtra.texi index 4e22d754f3..8a087acd30 100644 --- a/doc/emacs/picture-xtra.texi +++ b/doc/emacs/picture-xtra.texi @@ -164,18 +164,18 @@ Move up after insertion (@code{picture-movement-up}). Move down after insertion (@code{picture-movement-down}). @item C-c ` @itemx C-c @key{Home} -Move up and left (northwest) after insertion (@code{picture-movement-nw}). +Move up and left (``northwest'') after insertion (@code{picture-movement-nw}). @item C-c ' @itemx C-c @key{prior} -Move up and right (northeast) after insertion +Move up and right (``northeast'') after insertion (@code{picture-movement-ne}). @item C-c / @itemx C-c @key{End} -Move down and left (southwest) after insertion +Move down and left (``southwest'') after insertion @*(@code{picture-movement-sw}). @item C-c \ @itemx C-c @key{next} -Move down and right (southeast) after insertion +Move down and right (``southeast'') after insertion @*(@code{picture-movement-se}). @end table @@ -197,12 +197,12 @@ C-b} (@code{picture-motion-reverse}) moves in the opposite direction. Two kinds of tab-like action are provided in Picture mode. Use @kbd{M-@key{TAB}} (@code{picture-tab-search}) for context-based tabbing. With no argument, it moves to a point underneath the next -interesting character that follows whitespace in the previous +``interesting'' character that follows whitespace in the previous nonblank line. ``Next'' here means ``appearing at a horizontal position greater than the one point starts out at''. With an argument, as in @kbd{C-u M-@key{TAB}}, this command moves to the next such interesting character in the current line. @kbd{M-@key{TAB}} does not change the -text; it only moves point. Interesting characters are defined by +text; it only moves point. ``Interesting'' characters are defined by the variable @code{picture-tab-chars}, which should define a set of characters. The syntax for this variable is like the syntax used inside of @samp{[@dots{}]} in a regular expression---but without the @samp{[} diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi index 0045455128..1f2c8b1e1c 100644 --- a/doc/emacs/programs.texi +++ b/doc/emacs/programs.texi @@ -1340,7 +1340,7 @@ based on the spell-checker's dictionary. @xref{Spelling}. @section MixedCase Words @cindex camel case - Some programming styles make use of mixed-case (or CamelCase) + Some programming styles make use of mixed-case (or ``CamelCase'') symbols like @samp{unReadableSymbol}. (In the GNU project, we recommend using underscores to separate words within an identifier, rather than using case distinctions.) Emacs has various features to make it easier diff --git a/doc/emacs/text.texi b/doc/emacs/text.texi index 0ade392634..2843eed5ef 100644 --- a/doc/emacs/text.texi +++ b/doc/emacs/text.texi @@ -2071,7 +2071,7 @@ serves as an example of the features of Enriched mode. * Enriched Indentation:: Changing the left and right margins. * Enriched Justification:: Centering, setting text flush with the left or right margin, etc. -* Enriched Properties:: The special text properties submenu. +* Enriched Properties:: The ``special text properties'' submenu. @end menu @node Enriched Mode diff --git a/doc/emacs/trouble.texi b/doc/emacs/trouble.texi index 35272509db..087681b561 100644 --- a/doc/emacs/trouble.texi +++ b/doc/emacs/trouble.texi @@ -538,10 +538,10 @@ not feel obliged to read this list before reporting a bug. @cindex bug criteria @cindex what constitutes an Emacs bug - If Emacs accesses an invalid memory location or exits with an -operating system error message that indicates a problem in the program -(as opposed to something like ``disk full''), then it is certainly a -bug. + If Emacs accesses an invalid memory location (a.k.a.@: +``segmentation fault'') or exits with an operating system error +message that indicates a problem in the program (as opposed to +something like ``disk full''), then it is certainly a bug. If the Emacs display does not correspond properly to the contents of the buffer, then it is a bug. But you should check that features like @@ -964,7 +964,7 @@ More detailed advice and other useful techniques for debugging Emacs are available in the file @file{etc/DEBUG} in the Emacs distribution. That file also includes instructions for investigating problems whereby Emacs stops responding (many people assume that Emacs is -hung, whereas in fact it might be in an infinite loop). +``hung'', whereas in fact it might be in an infinite loop). To find the file @file{etc/DEBUG} in your Emacs installation, use the directory name stored in the variable @code{data-directory}. diff --git a/doc/emacs/windows.texi b/doc/emacs/windows.texi index cb37222e96..d844f3e498 100644 --- a/doc/emacs/windows.texi +++ b/doc/emacs/windows.texi @@ -339,7 +339,7 @@ in response to a user command. There are several different ways in which commands do this. Many commands, like @kbd{C-x C-f} (@code{find-file}), display the -buffer by taking over the selected window, expecting that the +buffer by ``taking over'' the selected window, expecting that the user's attention will be diverted to that buffer. These commands usually work by calling @code{switch-to-buffer} internally (@pxref{Select Buffer}). diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi index 8642f6ae95..7ddf5ee8f7 100644 --- a/doc/lispref/commands.texi +++ b/doc/lispref/commands.texi @@ -2621,7 +2621,7 @@ then continues to wait for a valid input character, or keyboard-quit. from @code{read-event}. @defvar extra-keyboard-modifiers -This variable lets Lisp programs press the modifier keys on the +This variable lets Lisp programs ``press'' the modifier keys on the keyboard. The value is a character. Only the modifiers of the character matter. Each time the user types a keyboard key, it is altered as if those modifier keys were held down. For instance, if diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 2ae2857afd..f3713bf15b 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -386,7 +386,7 @@ results of @code{point-min} and @code{point-max} correspondingly. Alternatively, you can set @var{min-value} and @var{max-value} to @code{nil}. In that case, the progress reporter does not report -process percentages; it instead displays a spinner that rotates a +process percentages; it instead displays a ``spinner'' that rotates a notch each time you update the progress reporter. If @var{min-value} and @var{max-value} are numbers, you can give the @@ -4644,7 +4644,7 @@ variables: @defvar left-margin-width This variable specifies the width of the left margin, in character -cell (a.k.a.@: column) units. It is buffer-local in all buffers. +cell (a.k.a.@: ``column'') units. It is buffer-local in all buffers. A value of @code{nil} means no left marginal area. @end defvar @@ -5883,8 +5883,8 @@ in the search, instead of starting at the next button. The Ewoc package constructs buffer text that represents a structure of Lisp objects, and updates the text to follow changes in that -structure. This is like the view component in the -model--view--controller design paradigm. Ewoc means ``Emacs's +structure. This is like the ``view'' component in the +``model--view--controller'' design paradigm. Ewoc means ``Emacs's Widget for Object Collections''. An @dfn{ewoc} is a structure that organizes information required to @@ -6164,7 +6164,7 @@ The buffer is in Color Components mode." @cindex controller part, model/view/controller This example can be extended to be a color selection widget (in -other words, the controller part of the model--view--controller +other words, the ``controller'' part of the ``model--view--controller'' design paradigm) by defining commands to modify @code{colorcomp-data} and to finish the selection process, and a keymap to tie it all together conveniently. @@ -6822,9 +6822,9 @@ positions do not increase monotonically with string or buffer position. In performing this @dfn{bidirectional reordering}, Emacs follows the Unicode Bidirectional Algorithm (a.k.a.@: @acronym{UBA}), which is described in Annex #9 of the Unicode standard -(@url{http://www.unicode.org/reports/tr9/}). Emacs provides a Full -Bidirectionality class implementation of the @acronym{UBA}, -consistent with the requirements of the Unicode Standard v7.0. +(@url{http://www.unicode.org/reports/tr9/}). Emacs provides a ``Full +Bidirectionality'' class implementation of the @acronym{UBA}, +consistent with the requirements of the Unicode Standard v8.0. @defvar bidi-display-reordering If the value of this buffer-local variable is non-@code{nil} (the diff --git a/doc/lispref/eval.texi b/doc/lispref/eval.texi index a7c44c66ec..067dbd2d99 100644 --- a/doc/lispref/eval.texi +++ b/doc/lispref/eval.texi @@ -146,7 +146,7 @@ contents unchanged. @result{} 123 @end group @group -(eval '123) ; @r{Evaluated by hand---result is the same.} +(eval '123) ; @r{Evaluated "by hand"---result is the same.} @result{} 123 @end group @group diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi index 735e08eb32..ffc7936107 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi @@ -1603,7 +1603,7 @@ file. This works only on some operating systems, and only if you have the correct permissions to do so. If the optional argument @var{preserve-permissions} is non-@code{nil}, -this function copies the file modes (or permissions) of +this function copies the file modes (or ``permissions'') of @var{oldname} to @var{newname}, as well as the Access Control List and SELinux context (if any). @xref{Information about Files}. @@ -2753,7 +2753,7 @@ no prefix argument is given, and @code{nil} otherwise. @end deffn @node Magic File Names -@section Making Certain File Names Magic +@section Making Certain File Names ``Magic'' @cindex magic file names You can implement special handling for certain file names. This is diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index 473c8252b0..629ee5c5ec 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi @@ -500,7 +500,7 @@ Position}). @cindex external border The @dfn{external border} is part of the decorations supplied by the window manager. It's typically used for resizing the frame with the -mouse. The external border is normally not shown on fullboth and +mouse. The external border is normally not shown on ``fullboth'' and maximized frames (@pxref{Size Parameters}) and doesn't exist for text terminal frames. @@ -841,7 +841,7 @@ of its character size, however, may: be ignored, cause a rounding (GTK+), or be accepted (Lucid, Motif, MS-Windows). With some window managers you may have to set this to non-@code{nil} in -order to make a frame appear truly maximized or fullscreen. +order to make a frame appear truly maximized or full-screen. @end defopt @defun set-frame-size frame width height pixelwise @@ -914,7 +914,7 @@ resize the frame's outer size, hence this will alter the number of displayed lines. Occasionally, such @dfn{implied frame resizing} may be unwanted, for -example, when the frame is maximized or made fullscreen (where it's +example, when the frame is maximized or made full-screen (where it's turned off by default). In other cases you can disable implied resizing with the following option: @@ -1288,34 +1288,34 @@ or both. Its value can be @code{fullwidth}, @code{fullheight}, @code{fullboth}, or @code{maximized}. A @dfn{fullwidth} frame is as wide as possible, a @dfn{fullheight} frame is as tall as possible, and a @dfn{fullboth} frame is both as wide and as tall as possible. A -@dfn{maximized} frame is like a fullboth frame, except that it usually +@dfn{maximized} frame is like a ``fullboth'' frame, except that it usually keeps its title bar and the buttons for resizing and closing the frame. Also, maximized frames typically avoid hiding -any task bar or panels displayed on the desktop. A fullboth frame, +any task bar or panels displayed on the desktop. A ``fullboth'' frame, on the other hand, usually omits the title bar and occupies the entire available screen space. -Fullheight and fullwidth frames are more similar to maximized +Full-height and full-width frames are more similar to maximized frames in this regard. However, these typically display an external border which might be absent with maximized frames. Hence the heights -of maximized and fullheight frames and the widths of maximized and -fullwidth frames often differ by a few pixels. +of maximized and full-height frames and the widths of maximized and +full-width frames often differ by a few pixels. With some window managers you may have to customize the variable @code{frame-resize-pixelwise} (@pxref{Size and Position}) in order to -make a frame truly appear maximized or fullscreen. Moreover, +make a frame truly appear maximized or full-screen. Moreover, some window managers might not support smooth transition between the -various fullscreen or maximization states. Customizing the variable +various full-screen or maximization states. Customizing the variable @code{x-frame-normalize-before-maximize} can help to overcome that. @vindex fullscreen-restore, a frame parameter @item fullscreen-restore This parameter specifies the desired fullscreen state of the frame after invoking the @code{toggle-frame-fullscreen} command (@pxref{Frame -Commands,,, emacs, The GNU Emacs Manual}) in the fullboth state. +Commands,,, emacs, The GNU Emacs Manual}) in the ``fullboth'' state. Normally this parameter is installed automatically by that command when toggling the state to fullboth. If, however, you start Emacs in the -fullboth state, you have to specify the desired behavior in your initial +``fullboth'' state, you have to specify the desired behavior in your initial file as, for example @example diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi index d665587dbf..9bea4b0af1 100644 --- a/doc/lispref/keymaps.texi +++ b/doc/lispref/keymaps.texi @@ -929,7 +929,7 @@ sequences entered using the menu bar, even if they do not affect the menu bar display. So if a menu bar key sequence comes in, you should clear the variables before looking up and executing that key sequence. Modes that use the variables would typically do this anyway; normally -they respond to events that they do not handle by unreading them and +they respond to events that they do not handle by ``unreading'' them and exiting. @end defvar diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi index f5352da59f..82de765876 100644 --- a/doc/lispref/loading.texi +++ b/doc/lispref/loading.texi @@ -456,7 +456,7 @@ Autoloading can also be triggered by looking up the documentation of the function or macro (@pxref{Documentation Basics}). There are two ways to set up an autoloaded function: by calling -@code{autoload}, and by writing a magic comment in the +@code{autoload}, and by writing a ``magic'' comment in the source before the real definition. @code{autoload} is the low-level primitive for autoloading; any Lisp program can call @code{autoload} at any time. Magic comments are the most convenient way to make a function diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi index a035459abd..96c1020d74 100644 --- a/doc/lispref/minibuf.texi +++ b/doc/lispref/minibuf.texi @@ -143,7 +143,7 @@ reads the text and returns the resulting Lisp object, unevaluated. The argument @var{default} specifies default values to make available through the history commands. It should be a string, a list of strings, or @code{nil}. The string or strings become the minibuffer's -future history, available to the user with @kbd{M-n}. +``future history'', available to the user with @kbd{M-n}. If @var{read} is non-@code{nil}, then @var{default} is also used as the input to @code{read}, if the user enters empty input. @@ -194,8 +194,8 @@ in @code{read-from-minibuffer} it should be a string, a list of strings, or @code{nil}, which is equivalent to an empty string. When @var{default} is a string, that string is the default value. When it is a list of strings, the first string is the default value. (All -these strings are available to the user in the future minibuffer -history.) +these strings are available to the user in the ``future minibuffer +history''.) This function works by calling the @code{read-from-minibuffer} function: @@ -262,8 +262,8 @@ The last string or pattern used in query-replace commands. The function now has a list of regular expressions that it passes to @code{read-from-minibuffer} to obtain the user's input. The first element of the list is the default result in case of empty input. All -elements of the list are available to the user as the future -minibuffer history list (@pxref{Minibuffer History, future list,, +elements of the list are available to the user as the ``future +minibuffer history'' list (@pxref{Minibuffer History, future list,, emacs, The GNU Emacs Manual}). The optional argument @var{history}, if non-@code{nil}, is a symbol diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi index cbc8b78a0e..8d7e29f9ee 100644 --- a/doc/lispref/modes.texi +++ b/doc/lispref/modes.texi @@ -305,7 +305,7 @@ which documentation to print. @item The major mode command should set the variable @code{mode-name} to the -pretty name of the mode, usually a string (but see @ref{Mode Line +``pretty'' name of the mode, usually a string (but see @ref{Mode Line Data}, for other possible forms). The name of the mode appears in the mode line. @@ -901,7 +901,7 @@ such a major mode, please correct it to follow these conventions. When you defined a major mode using @code{define-derived-mode}, it automatically makes sure these conventions are followed. If you -define a major mode by hand, not using @code{define-derived-mode}, +define a major mode ``by hand'', not using @code{define-derived-mode}, use the following functions to handle these conventions automatically. @defun run-mode-hooks &rest hookvars @@ -1974,7 +1974,7 @@ This variable is used to identify @code{emacsclient} frames. The following three variables are used in @code{mode-line-modes}: @defvar mode-name -This buffer-local variable holds the pretty name of the current +This buffer-local variable holds the ``pretty'' name of the current buffer's major mode. Each major mode should set this variable so that the mode name will appear in the mode line. The value does not have to be a string, but can use any of the data types valid in a mode-line diff --git a/doc/lispref/nonascii.texi b/doc/lispref/nonascii.texi index 99d128c053..fb76de1ca0 100644 --- a/doc/lispref/nonascii.texi +++ b/doc/lispref/nonascii.texi @@ -483,7 +483,7 @@ Corresponds to the Unicode @code{Numeric_Value} property for characters whose @code{Numeric_Type} is @samp{Decimal}. The value is an integer, or @code{nil} if the character has no decimal digit value. For unassigned codepoints, the value is @code{nil}, which means -@acronym{NaN}, or not a number. +@acronym{NaN}, or ``not a number''. @item digit-value Corresponds to the Unicode @code{Numeric_Value} property for diff --git a/doc/lispref/numbers.texi b/doc/lispref/numbers.texi index b329a10b08..3c70d2f0a0 100644 --- a/doc/lispref/numbers.texi +++ b/doc/lispref/numbers.texi @@ -224,7 +224,7 @@ distinguish them. @cindex NaN The @acronym{IEEE} floating-point standard supports positive infinity and negative infinity as floating-point values. It also -provides for a class of values called NaN or not a number; +provides for a class of values called NaN, or ``not a number''; numerical functions return such values in cases where there is no correct answer. For example, @code{(/ 0.0 0.0)} returns a NaN@. Although NaN values carry a sign, for practical purposes there is no other @@ -1217,7 +1217,8 @@ fashion. The numbers are not truly random, but they have certain properties that mimic a random series. For example, all possible values occur equally often in a pseudo-random series. - Pseudo-random numbers are generated from a seed. Starting from +@cindex seed, for random number generation + Pseudo-random numbers are generated from a @dfn{seed value}. Starting from any given seed, the @code{random} function always generates the same sequence of numbers. By default, Emacs initializes the random seed at startup, in such a way that the sequence of values of @code{random} diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi index 4a0ccc8656..0a19274f6a 100644 --- a/doc/lispref/objects.texi +++ b/doc/lispref/objects.texi @@ -310,7 +310,7 @@ vertical tab, formfeed, space, return, del, and escape as @samp{?\a}, @samp{?\b}, @samp{?\t}, @samp{?\n}, @samp{?\v}, @samp{?\f}, @samp{?\s}, @samp{?\r}, @samp{?\d}, and @samp{?\e}, respectively. (@samp{?\s} followed by a dash has a different meaning---it applies -the super modifier to the following character.) Thus, +the Super modifier to the following character.) Thus, @example ?\a @result{} 7 ; @r{control-g, @kbd{C-g}} diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index ca4b1f0740..cb58303897 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi @@ -1922,7 +1922,7 @@ This is a convenient way to test whether Emacs is idle. @end defun The main use of @code{current-idle-time} is when an idle timer -function wants to take a break for a while. It can set up another +function wants to ``take a break'' for a while. It can set up another idle timer to call the same function again, after a few seconds more idleness. Here's an example: diff --git a/doc/lispref/positions.texi b/doc/lispref/positions.texi index 75b29c1d39..92f98ab890 100644 --- a/doc/lispref/positions.texi +++ b/doc/lispref/positions.texi @@ -409,7 +409,7 @@ mentioned here only for completeness. @deffn Command previous-line count @cindex goal column This function moves point up @var{count} lines (down if @var{count} -is negative). In moving, it attempts to keep point in the goal column +is negative). In moving, it attempts to keep point in the @dfn{goal column} (normally the same column that it was at the beginning of the move). If there is no character in the target line exactly under the current diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi index a62a8b6b4a..845db0df1a 100644 --- a/doc/lispref/processes.texi +++ b/doc/lispref/processes.texi @@ -2538,7 +2538,7 @@ Non-@code{nil} if non-blocking connect is supported. @item (:type datagram) Non-@code{nil} if datagrams are supported. @item (:family local) -Non-@code{nil} if local (a.k.a.@: UNIX domain) sockets are supported. +Non-@code{nil} if local (a.k.a.@: ``UNIX domain'') sockets are supported. @item (:family ipv6) Non-@code{nil} if IPv6 is supported. @item (:service t) @@ -2837,8 +2837,8 @@ is automatically recognized as risky. A field's @dfn{type} describes the size (in bytes) of the object that the field represents and, in the case of multibyte fields, how the bytes are ordered within the field. The two possible orderings -are big endian (also known as network byte ordering) and -little endian. For instance, the number @code{#x23cd} (decimal +are @dfn{big endian} (also known as ``network byte ordering'') and +@dfn{little endian}. For instance, the number @code{#x23cd} (decimal 9165) in big endian would be the two bytes @code{#x23} @code{#xcd}; and in little endian, @code{#xcd} @code{#x23}. Here are the possible type values: diff --git a/doc/lispref/searching.texi b/doc/lispref/searching.texi index 6dc4a16c76..adaf43159a 100644 --- a/doc/lispref/searching.texi +++ b/doc/lispref/searching.texi @@ -359,7 +359,7 @@ preceding expression either once or not at all. For example, @item @samp{*?}, @samp{+?}, @samp{??} @cindex non-greedy repetition characters in regexp -These are non-greedy variants of the operators @samp{*}, @samp{+} +These are @dfn{non-greedy} variants of the operators @samp{*}, @samp{+} and @samp{?}. Where those operators match the largest possible substring (consistent with matching the entire containing expression), the non-greedy variants match the smallest possible substring @@ -1127,7 +1127,7 @@ avoids modifying the match data. @defun looking-at regexp This function determines whether the text in the current buffer directly following point matches the regular expression @var{regexp}. ``Directly -following'' means precisely that: the search is anchored and it can +following'' means precisely that: the search is ``anchored'' and it can succeed only starting with the first character following point. The result is @code{t} if so, @code{nil} otherwise. @@ -1766,7 +1766,7 @@ to the functions that use this map. Prefix keys are not supported; each key binding must be for a single-event key sequence. This is because the functions don't use @code{read-key-sequence} to get the input; instead, they read a single -event and look it up by hand. +event and look it up ``by hand''. @end itemize @end defvar diff --git a/doc/lispref/sequences.texi b/doc/lispref/sequences.texi index f38aa35096..6292c02a21 100644 --- a/doc/lispref/sequences.texi +++ b/doc/lispref/sequences.texi @@ -342,7 +342,7 @@ order elements according to different criteria. The argument @var{predicate} must be a function that accepts two arguments. It is called with two elements of @var{sequence}. To get an increasing order sort, the @var{predicate} should return non-@code{nil} if the -first element is less than the second, or @code{nil} if not. +first element is ``less'' than the second, or @code{nil} if not. The comparison function @var{predicate} must give reliable results for any given pair of arguments, at least within a single call to diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi index b2fe60c93c..ac11dd9880 100644 --- a/doc/lispref/strings.texi +++ b/doc/lispref/strings.texi @@ -343,7 +343,7 @@ three previous examples are rarely relevant: @end example Somewhat odd, but predictable, behavior can occur for certain -non-greedy values of @var{separators} that can prefer empty +``non-greedy'' values of @var{separators} that can prefer empty matches over non-empty matches. Again, such values rarely occur in practice: diff --git a/doc/lispref/symbols.texi b/doc/lispref/symbols.texi index e6dc4df629..2605a3e7b5 100644 --- a/doc/lispref/symbols.texi +++ b/doc/lispref/symbols.texi @@ -35,7 +35,7 @@ otherwise. @section Symbol Components @cindex symbol components - Each symbol has four components (or cells), each of which + Each symbol has four components (or ``cells''), each of which references another object: @table @asis diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index 45e923218d..6d9d26f0ad 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi @@ -3487,7 +3487,7 @@ are used for representing formatted text. @xref{Filling}, and @table @code @item hard -If a newline character has this property, it is a hard newline. +If a newline character has this property, it is a ``hard'' newline. The fill commands do not alter hard newlines and do not move words across them. However, this property takes effect only if the @code{use-hard-newlines} minor mode is enabled. @xref{Hard and Soft diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi index 76dc8e8a81..1d920942d1 100644 --- a/doc/lispref/variables.texi +++ b/doc/lispref/variables.texi @@ -991,7 +991,7 @@ environments in this way; only specialized programs like debuggers.) @cindex closures, example of using Lexical bindings have indefinite extent. Even after a binding construct has finished executing, its lexical environment can be -kept around in Lisp objects called @dfn{closures}. A closure is +``kept around'' in Lisp objects called @dfn{closures}. A closure is created when you define a named or anonymous function with lexical binding enabled. @xref{Closures}, for details. @@ -1722,7 +1722,7 @@ values by files. Any value specified for one of these variables is completely ignored. @end defvar - The @samp{Eval:} variable is also a potential loophole, so Emacs + The @samp{Eval:} ``variable'' is also a potential loophole, so Emacs normally asks for confirmation before handling it. @defopt enable-local-eval @@ -1735,7 +1735,7 @@ the user what to do for each file. The default value is @code{maybe}. @defopt safe-local-eval-forms This variable holds a list of expressions that are safe to -evaluate when found in the @samp{Eval:} variable in a file +evaluate when found in the @samp{Eval:} ``variable'' in a file local variables list. @end defopt diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index 3479e18022..00161b28b6 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi @@ -3702,8 +3702,8 @@ respectively. For the following functions, X and Y coordinates are reported in integer character units, i.e., numbers of lines and columns -respectively. On a graphical display, each line and column -corresponds to the height and width of a default character specified by +respectively. On a graphical display, each ``line'' and ``column'' +corresponds to the height and width of the default character specified by the frame's default font (@pxref{Frame Font}). @defun window-edges &optional window body absolute pixelwise @@ -3903,7 +3903,7 @@ visible in some window: @end group @end example -On a graphical terminal this form warps the mouse cursor to the +On a graphical terminal this form ``warps'' the mouse cursor to the upper left corner of the glyph at the selected window's point. A position calculated this way can be also used to show a tooltip window there. diff --git a/doc/misc/ediff.texi b/doc/misc/ediff.texi index 552e3be659..f7876a336f 100644 --- a/doc/misc/ediff.texi +++ b/doc/misc/ediff.texi @@ -1388,7 +1388,7 @@ different frames. Ediff respects these arrangements, automatically adapting itself to the multi-frame mode. Ediff uses the following variables to set up its control panel -(a.k.a.@: control buffer, a.k.a.@: quick help window): +(a.k.a.@: ``control buffer'', a.k.a.@: ``quick help window''): @table @code @item ediff-control-frame-parameters -- 2.39.2