mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-02 08:22:22 +00:00
Manual fixes re describe-syntax
* doc/emacs/help.texi (Misc Help): Index describe-syntax. * doc/lispref/syntax.texi (Syntax Table Functions): Mention describe-syntax.
This commit is contained in:
parent
9dc3215fab
commit
253e30aa89
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user