mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-08 16:52:40 -08:00
(make-syntax-table): Doc fix.
This commit is contained in:
parent
a904241809
commit
888eb98e2f
1 changed files with 4 additions and 2 deletions
|
|
@ -887,8 +887,10 @@ If SEPARATORS is absent, it defaults to \"[ \\f\\t\\n\\r\\v]+\"."
|
|||
|
||||
(defun make-syntax-table (&optional oldtable)
|
||||
"Return a new syntax table.
|
||||
It inherits all letters and control characters from the standard
|
||||
syntax table; other characters are copied from the standard syntax table."
|
||||
If OLDTABLE is non-nil, copy OLDTABLE.
|
||||
Otherwise, create a syntax table which inherits
|
||||
all letters and control characters from the standard syntax table;
|
||||
other characters are copied from the standard syntax table."
|
||||
(if oldtable
|
||||
(copy-syntax-table oldtable)
|
||||
(let ((table (copy-syntax-table))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue