/[emacs]/emacs/lispref/syntax.texi
ViewVC logotype

Diff of /emacs/lispref/syntax.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.24.4.1 by miles, Fri Apr 4 06:20:42 2003 UTC revision 1.24.4.2 by miles, Tue Oct 14 23:10:12 2003 UTC
# Line 433  signaled if @var{char} is not a characte Line 433  signaled if @var{char} is not a characte
433  @exdent @r{Examples:}  @exdent @r{Examples:}
434    
435  ;; @r{Put the space character in class whitespace.}  ;; @r{Put the space character in class whitespace.}
436  (modify-syntax-entry ?\  " ")  (modify-syntax-entry ?\s " ")
437       @result{} nil       @result{} nil
438  @end group  @end group
439    
# Line 479  character, @samp{)}. Line 479  character, @samp{)}.
479    
480  @example  @example
481  @group  @group
482  (string (char-syntax ?\ ))  (string (char-syntax ?\s))
483       @result{} " "       @result{} " "
484  @end group  @end group
485    
# Line 769  necessary make this variable @code{nil}, Line 769  necessary make this variable @code{nil},
769  end of a comment.  This limitation no longer exists.  end of a comment.  This limitation no longer exists.
770  @end defvar  @end defvar
771    
772    @vindex parse-sexp-lookup-properties
773    The behaviour of @code{parse-partial-sexp} is also affected by
774    @code{parse-sexp-lookup-properties} (@pxref{Syntax Properties}).
775    
776  You can use @code{forward-comment} to move forward or backward over  You can use @code{forward-comment} to move forward or backward over
777  one comment or several comments.  one comment or several comments.
778    
# Line 781  other than a comment or whitespace, it s Line 785  other than a comment or whitespace, it s
785  place where it stopped.  This includes (for instance) finding the end  place where it stopped.  This includes (for instance) finding the end
786  of a comment when moving forward and expecting the beginning of one.  of a comment when moving forward and expecting the beginning of one.
787  The function also stops immediately after moving over the specified  The function also stops immediately after moving over the specified
788  number of complete comments.  number of complete comments.  If @var{count} comments are found as
789    expected, with nothing except whitespace between them, it returns
790    @code{t}; otherwise it returns @code{nil}.
791    
792  This function cannot tell whether the ``comments'' it traverses are  This function cannot tell whether the ``comments'' it traverses are
793  embedded within a string.  If they look like comments, it treats them  embedded within a string.  If they look like comments, it treats them
# Line 1061  This function describes the category spe Line 1067  This function describes the category spe
1067  category table.  The descriptions are inserted in a buffer, which is  category table.  The descriptions are inserted in a buffer, which is
1068  then displayed.  then displayed.
1069  @end deffn  @end deffn
1070    
1071    @ignore
1072       arch-tag: 4d914e96-0283-445c-9233-75d33662908c
1073    @end ignore

Legend:
Removed from v.1.24.4.1  
changed lines
  Added in v.1.24.4.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26