diff options
author | Nix <nix@esperi.org.uk> | 2011-05-18 23:54:27 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-05-18 23:54:27 -0700 |
commit | 35a30759f31addb80faef630001de380cd94a0cf (patch) | |
tree | 144154c7861a4ccf94426d68fd16d10300df17f3 /doc/lispref/syntax.texi | |
parent | d573f59acf8e4703ee27322280b9dfce2ef5a53f (diff) | |
download | emacs-35a30759f31addb80faef630001de380cd94a0cf.tar.gz |
Misc small lispref fixes.
* windows.texi (Displaying Buffers): pop-to-buffer is not a command.
* text.texi (Parsing HTML): Update for function name changes.
* syntax.texi (Syntax Flags): Small fix.
* keymaps.texi (Active Keymaps): Typo fix.
(Changing Key Bindings): Grammar fix.
* frames.texi (Minibuffers and Frames): Grammar fix.
(Window System Selections): x-select-enable-clipboard now defaults to t.
* customize.texi (Common Keywords):
* display.texi (Abstract Display):
* modes.texi (Auto-Indentation):
* nonascii.texi (Converting Representations): Typo fixes.
* control.texi (Examples of Catch): Call it "goto" not "go to".
Diffstat (limited to 'doc/lispref/syntax.texi')
-rw-r--r-- | doc/lispref/syntax.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/syntax.texi b/doc/lispref/syntax.texi index 55ee2dec4a4..6582a8dfb0c 100644 --- a/doc/lispref/syntax.texi +++ b/doc/lispref/syntax.texi @@ -374,7 +374,7 @@ character, @samp{/}, does not have the @samp{b} flag. @item @samp{*/} This is a comment-end sequence for ``b'' style because the first -character, @samp{*}, does have the @samp{b} flag. +character, @samp{*}, has the @samp{b} flag. @item newline This is a comment-end sequence for ``a'' style, because the newline |