emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/textmodes/texnfo-upd.el


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/texnfo-upd.el
Date: Fri, 01 Mar 2002 10:53:45 -0500

Index: emacs/lisp/textmodes/texnfo-upd.el
diff -c emacs/lisp/textmodes/texnfo-upd.el:1.44 
emacs/lisp/textmodes/texnfo-upd.el:1.45
*** emacs/lisp/textmodes/texnfo-upd.el:1.44     Sat Oct 27 23:24:14 2001
--- emacs/lisp/textmodes/texnfo-upd.el  Wed Feb 20 12:39:38 2002
***************
*** 261,268 ****
  
  Whenever a menu exists, and is being updated, the descriptions that
  are associated with node names in the pre-existing menu are
! incorporated into the new menu.  Otherwise, the nodes' section titles
! are inserted as descriptions."
  
    (interactive
     (if prefix-arg
--- 261,272 ----
  
  Whenever a menu exists, and is being updated, the descriptions that
  are associated with node names in the pre-existing menu are
! incorporated into the new menu.
! 
! Leaves trailing whitespace in a menu that lacks descriptions, so
! descriptions will format well.  In general, a menu should contain
! descriptions, because node names and section titles are often too
! short to explain a node well."
  
    (interactive
     (if prefix-arg
***************
*** 329,335 ****
  Update pre-existing master menu, if there is one.
  
  If called with a non-nil argument, this function first updates all the
! nodes in the buffer before updating the menus."
    (interactive "P")
    (let ((case-fold-search t)
        master-menu-p)
--- 333,344 ----
  Update pre-existing master menu, if there is one.
  
  If called with a non-nil argument, this function first updates all the
! nodes in the buffer before updating the menus.
! 
! Indents the first line of descriptions, and leaves trailing whitespace
! in a menu that lacks descriptions, so descriptions will format well.
! In general, a menu should contain descriptions, because node names and
! section titles are often too short to explain a node well."
    (interactive "P")
    (let ((case-fold-search t)
        master-menu-p)
***************
*** 651,658 ****
  
  (defun texinfo-insert-menu (menu-list node-name)
    "Insert formatted menu at point.
! Indents the first line of the description, if any, to the value of
! texinfo-column-for-description.
  
  MENU-LIST has form:
  
--- 660,670 ----
  
  (defun texinfo-insert-menu (menu-list node-name)
    "Insert formatted menu at point.
! Indents the first line of descriptions, if any, to the value of
! texinfo-column-for-description.  Indenting leaves trailing whitespace
! in a menu that lacks descriptions, so descriptions will format well.
! In general, a menu should contain descriptions, because node names and
! section titles are often too short to explain a node well.
  
  MENU-LIST has form:
  
***************
*** 866,872 ****
       specific information.
  
  Each of the menus in the detailed node listing is introduced by the
! title of the section containing the menu."
  
    (interactive "P")
    (let ((case-fold-search t))
--- 878,889 ----
       specific information.
  
  Each of the menus in the detailed node listing is introduced by the
! title of the section containing the menu.
! 
! Indents the first line of descriptions, and leaves trailing whitespace
! in a menu that lacks descriptions, so descriptions will format well.
! In general, a menu should contain descriptions, because node names and
! section titles are often too short to explain a node well."
  
    (interactive "P")
    (let ((case-fold-search t))



reply via email to

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