emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lispref/modes.texi
Date: Sun, 06 Feb 2005 10:58:47 -0500

Index: emacs/lispref/modes.texi
diff -c emacs/lispref/modes.texi:1.86 emacs/lispref/modes.texi:1.87
*** emacs/lispref/modes.texi:1.86       Sun Feb  6 10:49:35 2005
--- emacs/lispref/modes.texi    Sun Feb  6 15:58:46 2005
***************
*** 379,385 ****
  In this mode, paragraphs are delimited only by blank or white lines.
  You can thus get the full benefit of adaptive filling
   (see the variable `adaptive-fill-mode').
! \\{text-mode-map}
  Turning on Text mode runs the normal hook `text-mode-hook'."
  @end group
  @group
--- 379,385 ----
  In this mode, paragraphs are delimited only by blank or white lines.
  You can thus get the full benefit of adaptive filling
   (see the variable `adaptive-fill-mode').
! address@hidden@}
  Turning on Text mode runs the normal hook `text-mode-hook'."
  @end group
  @group
***************
*** 481,487 ****
        (modify-syntax-entry ?' "'   " table)
        (modify-syntax-entry ?, "'   " table)
  @end group
- @end group
  @group
        ;; @address@hidden for many other address@hidden
        (modify-syntax-entry ?\( "()  " table)
--- 481,486 ----
***************
*** 490,495 ****
--- 489,495 ----
        (modify-syntax-entry ?\] ")[  " table))
      table))
  @end group
+ @group
  ;; @r{Create an abbrev table for lisp-mode.}
  (define-abbrev-table 'lisp-mode-abbrev-table ())
  @end group




reply via email to

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