mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
Proofreading fixes from Danny Colascione <qtmstr@optonline.net>.
This commit is contained in:
parent
db9f48c3ca
commit
13b9ee9564
2 changed files with 5 additions and 5 deletions
|
|
@ -254,7 +254,7 @@ beyond which buffer fontification is suppressed.
|
|||
@vindex font-lock-beginning-of-syntax-function
|
||||
Comment and string fontification (or ``syntactic'' fontification)
|
||||
relies on analysis of the syntactic structure of the buffer text. For
|
||||
the purposes of speed, some modes including C mode and Lisp mode rely on
|
||||
the purposes of speed, some modes, including C mode and Lisp mode, rely on
|
||||
a special convention: an open-parenthesis in the leftmost column always
|
||||
defines the @w{beginning} of a defun, and is thus always outside any string
|
||||
or comment. (@xref{Defuns}.) If you don't follow this convention,
|
||||
|
|
@ -726,7 +726,7 @@ Alternatively, you could turn off the box attribute in your
|
|||
@cindex characters (in text)
|
||||
|
||||
ASCII printing characters (octal codes 040 through 0176) in Emacs
|
||||
buffers are displayed with their graphics. So are non-ASCII multibyte
|
||||
buffers are displayed with their graphics, as are non-ASCII multibyte
|
||||
printing characters (octal codes above 0400).
|
||||
|
||||
Some ASCII control characters are displayed in special ways. The
|
||||
|
|
@ -790,7 +790,7 @@ keys; its value is the number of seconds of pause required to cause echoing
|
|||
to start, or zero meaning don't echo at all. @xref{Echo Area}.
|
||||
|
||||
@vindex ctl-arrow
|
||||
If the variable @code{ctl-arrow} is @code{nil}, control characters in
|
||||
If the variable @code{ctl-arrow} is @code{nil}, all control characters in
|
||||
the buffer are displayed with octal escape sequences, except for newline
|
||||
and tab. Altering the value of @code{ctl-arrow} makes it local to the
|
||||
current buffer; until that time, the default value is in effect. The
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ once or many times; you can move point to a position saved in a
|
|||
register once or many times.
|
||||
|
||||
@findex view-register
|
||||
Each register has a name which is a single character. A register can
|
||||
Each register has a name, which is a single character. A register can
|
||||
store a piece of text, a rectangle, a position, a window configuration,
|
||||
or a file name, but only one thing at any given time. Whatever you
|
||||
store in a register remains there until you store something else in that
|
||||
|
|
@ -266,7 +266,7 @@ saving.)
|
|||
Bookmark position values are saved with surrounding context, so that
|
||||
@code{bookmark-jump} can find the proper position even if the file is
|
||||
modified slightly. The variable @code{bookmark-search-size} says how
|
||||
many characters of context to record, on each side of the bookmark's
|
||||
many characters of context to record on each side of the bookmark's
|
||||
position.
|
||||
|
||||
Here are some additional commands for working with bookmarks:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue