[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lispref/syntax.texi,v
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] Changes to emacs/lispref/syntax.texi,v |
Date: |
Sat, 08 Jul 2006 18:01:52 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Eli Zaretskii <eliz> 06/07/08 18:01:52
Index: syntax.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/syntax.texi,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -b -r1.51 -r1.52
--- syntax.texi 21 May 2006 23:34:13 -0000 1.51
+++ syntax.texi 8 Jul 2006 18:01:52 -0000 1.52
@@ -513,7 +513,6 @@
@end defun
@defmac with-syntax-table @var{table} @address@hidden
address@hidden with-syntax-table
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
restoring the old current syntax table.
@@ -799,7 +798,6 @@
@end defun
@defvar multibyte-syntax-as-symbol
address@hidden multibyte-syntax-as-symbol
If this variable is address@hidden, @code{scan-sexps} treats all
address@hidden characters as symbol constituents regardless
of what the syntax table says about them. (However, text properties
@@ -1076,7 +1074,6 @@
@end defun
@defun make-category-table
address@hidden make-category-table
This creates and returns an empty category table. In an empty category
table, no categories have been allocated, and no characters belong to
any categories.
- [Emacs-diffs] Changes to emacs/lispref/syntax.texi,v,
Eli Zaretskii <=