diff options
| author | Eli Zaretskii | 2001-06-15 08:17:37 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-06-15 08:17:37 +0000 |
| commit | 13b9ee95646e95711dc3497b38e0675327de47ea (patch) | |
| tree | 4d6b213783272b97080fc4f2e4a1c0dad2ac3f4d | |
| parent | db9f48c3ca57ad0f3d133357c5e71f946b4f75c9 (diff) | |
| download | emacs-13b9ee95646e95711dc3497b38e0675327de47ea.tar.gz emacs-13b9ee95646e95711dc3497b38e0675327de47ea.zip | |
Proofreading fixes from Danny Colascione <qtmstr@optonline.net>.
| -rw-r--r-- | man/display.texi | 6 | ||||
| -rw-r--r-- | man/regs.texi | 4 |
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) |
| 256 | relies on analysis of the syntactic structure of the buffer text. For | 256 | relies on analysis of the syntactic structure of the buffer text. For |
| 257 | the purposes of speed, some modes including C mode and Lisp mode rely on | 257 | the purposes of speed, some modes, including C mode and Lisp mode, rely on |
| 258 | a special convention: an open-parenthesis in the leftmost column always | 258 | a special convention: an open-parenthesis in the leftmost column always |
| 259 | defines the @w{beginning} of a defun, and is thus always outside any string | 259 | defines the @w{beginning} of a defun, and is thus always outside any string |
| 260 | or comment. (@xref{Defuns}.) If you don't follow this convention, | 260 | 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 | |||
| 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 |
| 729 | buffers are displayed with their graphics. So are non-ASCII multibyte | 729 | buffers are displayed with their graphics, as are non-ASCII multibyte |
| 730 | printing characters (octal codes above 0400). | 730 | printing 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 | |||
| 790 | to start, or zero meaning don't echo at all. @xref{Echo Area}. | 790 | to 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 |
| 794 | the buffer are displayed with octal escape sequences, except for newline | 794 | the buffer are displayed with octal escape sequences, except for newline |
| 795 | and tab. Altering the value of @code{ctl-arrow} makes it local to the | 795 | and tab. Altering the value of @code{ctl-arrow} makes it local to the |
| 796 | current buffer; until that time, the default value is in effect. The | 796 | current 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 | |||
| 12 | register once or many times. | 12 | register 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 |
| 16 | store a piece of text, a rectangle, a position, a window configuration, | 16 | store a piece of text, a rectangle, a position, a window configuration, |
| 17 | or a file name, but only one thing at any given time. Whatever you | 17 | or a file name, but only one thing at any given time. Whatever you |
| 18 | store in a register remains there until you store something else in that | 18 | store 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 |
| 268 | modified slightly. The variable @code{bookmark-search-size} says how | 268 | modified slightly. The variable @code{bookmark-search-size} says how |
| 269 | many characters of context to record, on each side of the bookmark's | 269 | many characters of context to record on each side of the bookmark's |
| 270 | position. | 270 | position. |
| 271 | 271 | ||
| 272 | Here are some additional commands for working with bookmarks: | 272 | Here are some additional commands for working with bookmarks: |