emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/syntax.texi [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/syntax.texi [lexbind]
Date: Thu, 20 Nov 2003 19:36:51 -0500

Index: emacs/lispref/syntax.texi
diff -c emacs/lispref/syntax.texi:1.24.4.2 emacs/lispref/syntax.texi:1.24.4.3
*** emacs/lispref/syntax.texi:1.24.4.2  Tue Oct 14 19:10:12 2003
--- emacs/lispref/syntax.texi   Thu Nov 20 19:35:47 2003
***************
*** 752,758 ****
  @defvar multibyte-syntax-as-symbol
  @tindex 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
  can still override the syntax.)
  @end defvar
--- 752,758 ----
  @defvar multibyte-syntax-as-symbol
  @tindex 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
  can still override the syntax.)
  @end defvar
***************
*** 946,952 ****
  initialized by copying from the standard categories table, so that the
  standard categories are available in all modes.
  
!   Each category has a name, which is an @sc{ascii} printing character in
  the range @address@hidden }} to @samp{~}.  You specify the name of a category
  when you define it with @code{define-category}.
  
--- 946,952 ----
  initialized by copying from the standard categories table, so that the
  standard categories are available in all modes.
  
!   Each category has a name, which is an @acronym{ASCII} printing character in
  the range @address@hidden }} to @samp{~}.  You specify the name of a category
  when you define it with @code{define-category}.
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]