aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2004-11-22 13:17:56 +0000
committerStefan Monnier2004-11-22 13:17:56 +0000
commit19cfd746264705ad96e2c7e31f133128abfbd494 (patch)
treed1e9b1315e1e5107de01f0963357b4173384c6da
parent77c99c7ff5d678d7eb2026b85a988e0a2737bdbf (diff)
downloademacs-19cfd746264705ad96e2c7e31f133128abfbd494.tar.gz
emacs-19cfd746264705ad96e2c7e31f133128abfbd494.zip
*** empty log message ***
-rw-r--r--etc/NEWS3
-rw-r--r--lispref/syntax.texi8
2 files changed, 1 insertions, 10 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1fca6574057..c1f0fc1ba0c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2360,9 +2360,6 @@ NOMODIFY. If it is non-nil, it means don't mark the buffer modified.
2360** The new function syntax-after returns the syntax code 2360** The new function syntax-after returns the syntax code
2361of the character after a specified buffer position, taking account 2361of the character after a specified buffer position, taking account
2362of text properties as well as the character code. 2362of text properties as well as the character code.
2363It returns the value compatibly with char-syntax, except
2364that the value can be a list (SYNTAX . MATCHER) which says
2365what the matching character is.
2366 2363
2367+++ 2364+++
2368** The new primitive `get-internal-run-time' returns the processor 2365** The new primitive `get-internal-run-time' returns the processor
diff --git a/lispref/syntax.texi b/lispref/syntax.texi
index 57b0590d239..1dc1a2587e5 100644
--- a/lispref/syntax.texi
+++ b/lispref/syntax.texi
@@ -1,6 +1,6 @@
1@c -*-texinfo-*- 1@c -*-texinfo-*-
2@c This is part of the GNU Emacs Lisp Reference Manual. 2@c This is part of the GNU Emacs Lisp Reference Manual.
3@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999 3@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2004
4@c Free Software Foundation, Inc. 4@c Free Software Foundation, Inc.
5@c See the file elisp.texi for copying conditions. 5@c See the file elisp.texi for copying conditions.
6@setfilename ../info/syntax 6@setfilename ../info/syntax
@@ -505,12 +505,6 @@ We use @code{string} to make it easier to see the character returned by
505This function returns a description of the syntax of the character in 505This function returns a description of the syntax of the character in
506the buffer after position @var{pos}, taking account of syntax 506the buffer after position @var{pos}, taking account of syntax
507properties as well as the syntax table. 507properties as well as the syntax table.
508
509The value is usually a syntax class character; however, if the buffer
510character has parenthesis syntax, the value is a cons cell of the form
511@code{(@var{class} . @var{match})}, where @var{class} is the syntax
512class character and @var{match} is the buffer character's matching
513parenthesis.
514@end defun 508@end defun
515 509
516@defun set-syntax-table table 510@defun set-syntax-table table