aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-06-15 08:17:37 +0000
committerEli Zaretskii2001-06-15 08:17:37 +0000
commit13b9ee95646e95711dc3497b38e0675327de47ea (patch)
tree4d6b213783272b97080fc4f2e4a1c0dad2ac3f4d
parentdb9f48c3ca57ad0f3d133357c5e71f946b4f75c9 (diff)
downloademacs-13b9ee95646e95711dc3497b38e0675327de47ea.tar.gz
emacs-13b9ee95646e95711dc3497b38e0675327de47ea.zip
Proofreading fixes from Danny Colascione <qtmstr@optonline.net>.
-rw-r--r--man/display.texi6
-rw-r--r--man/regs.texi4
2 files changed, 5 insertions, 5 deletions
diff --git a/man/display.texi b/man/display.texi
index 67ff1df5886..9a70f79b56c 100644
--- a/man/display.texi
+++ b/man/display.texi
@@ -254,7 +254,7 @@ beyond which buffer fontification is suppressed.
254@vindex font-lock-beginning-of-syntax-function 254@vindex font-lock-beginning-of-syntax-function
255 Comment and string fontification (or ``syntactic'' fontification) 255 Comment and string fontification (or ``syntactic'' fontification)
256relies on analysis of the syntactic structure of the buffer text. For 256relies on analysis of the syntactic structure of the buffer text. For
257the purposes of speed, some modes including C mode and Lisp mode rely on 257the purposes of speed, some modes, including C mode and Lisp mode, rely on
258a special convention: an open-parenthesis in the leftmost column always 258a special convention: an open-parenthesis in the leftmost column always
259defines the @w{beginning} of a defun, and is thus always outside any string 259defines the @w{beginning} of a defun, and is thus always outside any string
260or comment. (@xref{Defuns}.) If you don't follow this convention, 260or comment. (@xref{Defuns}.) If you don't follow this convention,
@@ -726,7 +726,7 @@ Alternatively, you could turn off the box attribute in your
726@cindex characters (in text) 726@cindex characters (in text)
727 727
728 ASCII printing characters (octal codes 040 through 0176) in Emacs 728 ASCII printing characters (octal codes 040 through 0176) in Emacs
729buffers are displayed with their graphics. So are non-ASCII multibyte 729buffers are displayed with their graphics, as are non-ASCII multibyte
730printing characters (octal codes above 0400). 730printing characters (octal codes above 0400).
731 731
732 Some ASCII control characters are displayed in special ways. The 732 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
790to start, or zero meaning don't echo at all. @xref{Echo Area}. 790to start, or zero meaning don't echo at all. @xref{Echo Area}.
791 791
792@vindex ctl-arrow 792@vindex ctl-arrow
793 If the variable @code{ctl-arrow} is @code{nil}, control characters in 793 If the variable @code{ctl-arrow} is @code{nil}, all control characters in
794the buffer are displayed with octal escape sequences, except for newline 794the buffer are displayed with octal escape sequences, except for newline
795and tab. Altering the value of @code{ctl-arrow} makes it local to the 795and tab. Altering the value of @code{ctl-arrow} makes it local to the
796current buffer; until that time, the default value is in effect. The 796current buffer; until that time, the default value is in effect. The
diff --git a/man/regs.texi b/man/regs.texi
index d77ab2e151c..6e466cf0ad6 100644
--- a/man/regs.texi
+++ b/man/regs.texi
@@ -12,7 +12,7 @@ once or many times; you can move point to a position saved in a
12register once or many times. 12register once or many times.
13 13
14@findex view-register 14@findex view-register
15 Each register has a name which is a single character. A register can 15 Each register has a name, which is a single character. A register can
16store a piece of text, a rectangle, a position, a window configuration, 16store a piece of text, a rectangle, a position, a window configuration,
17or a file name, but only one thing at any given time. Whatever you 17or a file name, but only one thing at any given time. Whatever you
18store in a register remains there until you store something else in that 18store in a register remains there until you store something else in that
@@ -266,7 +266,7 @@ saving.)
266 Bookmark position values are saved with surrounding context, so that 266 Bookmark position values are saved with surrounding context, so that
267@code{bookmark-jump} can find the proper position even if the file is 267@code{bookmark-jump} can find the proper position even if the file is
268modified slightly. The variable @code{bookmark-search-size} says how 268modified slightly. The variable @code{bookmark-search-size} says how
269many characters of context to record, on each side of the bookmark's 269many characters of context to record on each side of the bookmark's
270position. 270position.
271 271
272 Here are some additional commands for working with bookmarks: 272 Here are some additional commands for working with bookmarks: