]> git.eshelyaron.com Git - emacs.git/commitdiff
Manual fixes re describe-syntax
authorGlenn Morris <rgm@gnu.org>
Wed, 26 Jun 2013 07:16:20 +0000 (00:16 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 26 Jun 2013 07:16:20 +0000 (00:16 -0700)
* doc/emacs/help.texi (Misc Help): Index describe-syntax.

* doc/lispref/syntax.texi (Syntax Table Functions): Mention describe-syntax.

doc/emacs/ChangeLog
doc/emacs/help.texi
doc/lispref/ChangeLog
doc/lispref/syntax.texi

index 9a2f5d98e4767603756c4d6397e510fb185adcf0..072a13c0904a7a3d76a6c52a6abbb9eaca63945e 100644 (file)
@@ -1,3 +1,7 @@
+2013-06-26  Glenn Morris  <rgm@gnu.org>
+
+       * help.texi (Misc Help): Index describe-syntax.
+
 2013-05-23  Glenn Morris  <rgm@gnu.org>
 
        * programs.texi (Semantic): Fix typo.
index 0a0a3865d2deaf581d8802ce7a88d135964943f5..0f7e910ec17e26efa81132dafedce4a1ea3f07ed 100644 (file)
@@ -530,6 +530,8 @@ describes the commands and features that are changed in this mode.
 
 @kindex C-h b
 @findex describe-bindings
+@kindex C-h s
+@findex 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
index b851b869ed44e81db9f66e928ecef4a3c3ed6320..440e5dc82391d8708d99fbd690b73b9cbbdc6bc6 100644 (file)
@@ -1,3 +1,7 @@
+2013-06-26  Glenn Morris  <rgm@gnu.org>
+
+       * syntax.texi (Syntax Table Functions): Mention describe-syntax.
+
 2013-06-19  Glenn Morris  <rgm@gnu.org>
 
        * loading.texi (Autoload): Fix typo.
index dfa121103bcaa892fb547b848a05534edf831d2d..6bbd7a3a7b7a4bf5bf5a2dac7f485ec95ec7122c 100644 (file)
@@ -506,6 +506,11 @@ This function returns the current syntax table, which is the table for
 the current buffer.
 @end defun
 
+@deffn Command describe-syntax &optional buffer
+This command displays the contents of the syntax table of
+@var{buffer} (by default, the current buffer) in a help buffer.
+@end deffn
+
 @defmac with-syntax-table table body@dots{}
 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