emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 r111364: Manual fixes re describe-syntax


From: Glenn Morris
Subject: [Emacs-diffs] emacs-24 r111364: Manual fixes re describe-syntax
Date: Wed, 26 Jun 2013 07:16:33 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 111364
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Wed 2013-06-26 00:16:20 -0700
message:
  Manual fixes re describe-syntax
  
  * doc/emacs/help.texi (Misc Help): Index describe-syntax.
  
  * doc/lispref/syntax.texi (Syntax Table Functions): Mention describe-syntax.
modified:
  doc/emacs/ChangeLog            changelog-20091113204419-o5vbwnq5f7feedwu-6227
  doc/emacs/help.texi            help.texi-20091113204419-o5vbwnq5f7feedwu-6256
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/syntax.texi        
syntax.texi-20091113204419-o5vbwnq5f7feedwu-6214
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2013-05-23 19:12:10 +0000
+++ b/doc/emacs/ChangeLog       2013-06-26 07:16:20 +0000
@@ -1,3 +1,7 @@
+2013-06-26  Glenn Morris  <address@hidden>
+
+       * help.texi (Misc Help): Index describe-syntax.
+
 2013-05-23  Glenn Morris  <address@hidden>
 
        * programs.texi (Semantic): Fix typo.

=== modified file 'doc/emacs/help.texi'
--- a/doc/emacs/help.texi       2013-01-01 09:11:05 +0000
+++ b/doc/emacs/help.texi       2013-06-26 07:16:20 +0000
@@ -530,6 +530,8 @@
 
 @kindex C-h b
 @findex describe-bindings
address@hidden C-h s
address@hidden describe-syntax
   @kbd{C-h b} (@code{describe-bindings}) and @kbd{C-h s}
 (@code{describe-syntax}) show other information about the current
 environment within Emacs.  @kbd{C-h b} displays a list of all the key

=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2013-06-19 03:45:10 +0000
+++ b/doc/lispref/ChangeLog     2013-06-26 07:16:20 +0000
@@ -1,3 +1,7 @@
+2013-06-26  Glenn Morris  <address@hidden>
+
+       * syntax.texi (Syntax Table Functions): Mention describe-syntax.
+
 2013-06-19  Glenn Morris  <address@hidden>
 
        * loading.texi (Autoload): Fix typo.

=== modified file 'doc/lispref/syntax.texi'
--- a/doc/lispref/syntax.texi   2013-01-03 02:23:39 +0000
+++ b/doc/lispref/syntax.texi   2013-06-26 07:16:20 +0000
@@ -506,6 +506,11 @@
 the current buffer.
 @end defun
 
address@hidden Command describe-syntax &optional buffer
+This command displays the contents of the syntax table of
address@hidden (by default, the current buffer) in a help buffer.
address@hidden deffn
+
 @defmac with-syntax-table table address@hidden
 This macro executes @var{body} using @var{table} as the current syntax
 table.  It returns the value of the last form in @var{body}, after


reply via email to

[Prev in Thread] Current Thread [Next in Thread]