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

Diff of /emacs/lispref/modes.texi

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

revision 1.86 by rms, Sun Feb 6 10:49:35 2005 UTC revision 1.87 by lute, Sun Feb 6 15:58:46 2005 UTC
# Line 379  inherit all the commands defined in this Line 379  inherit all the commands defined in this
379  In this mode, paragraphs are delimited only by blank or white lines.  In this mode, paragraphs are delimited only by blank or white lines.
380  You can thus get the full benefit of adaptive filling  You can thus get the full benefit of adaptive filling
381   (see the variable `adaptive-fill-mode').   (see the variable `adaptive-fill-mode').
382  \\{text-mode-map}  \\@{text-mode-map@}
383  Turning on Text mode runs the normal hook `text-mode-hook'."  Turning on Text mode runs the normal hook `text-mode-hook'."
384  @end group  @end group
385  @group  @group
# Line 481  correspondingly more complicated.  Here Line 481  correspondingly more complicated.  Here
481        (modify-syntax-entry ?' "'   " table)        (modify-syntax-entry ?' "'   " table)
482        (modify-syntax-entry ?, "'   " table)        (modify-syntax-entry ?, "'   " table)
483  @end group  @end group
 @end group  
484  @group  @group
485        ;; @r{@dots{}likewise for many other characters@dots{}}        ;; @r{@dots{}likewise for many other characters@dots{}}
486        (modify-syntax-entry ?\( "()  " table)        (modify-syntax-entry ?\( "()  " table)
# Line 490  correspondingly more complicated.  Here Line 489  correspondingly more complicated.  Here
489        (modify-syntax-entry ?\] ")[  " table))        (modify-syntax-entry ?\] ")[  " table))
490      table))      table))
491  @end group  @end group
492    @group
493  ;; @r{Create an abbrev table for lisp-mode.}  ;; @r{Create an abbrev table for lisp-mode.}
494  (define-abbrev-table 'lisp-mode-abbrev-table ())  (define-abbrev-table 'lisp-mode-abbrev-table ())
495  @end group  @end group

Legend:
Removed from v.1.86  
changed lines
  Added in v.1.87

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