/[emacs]/emacs/lisp/textmodes/texnfo-upd.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/texnfo-upd.el

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

revision 1.44 by monnier, Sun Oct 28 03:24:14 2001 UTC revision 1.45 by bob, Wed Feb 20 17:39:38 2002 UTC
# Line 261  for nodes within or part of the marked r Line 261  for nodes within or part of the marked r
261    
262  Whenever a menu exists, and is being updated, the descriptions that  Whenever a menu exists, and is being updated, the descriptions that
263  are associated with node names in the pre-existing menu are  are associated with node names in the pre-existing menu are
264  incorporated into the new menu.  Otherwise, the nodes' section titles  incorporated into the new menu.
265  are inserted as descriptions."  
266    Leaves trailing whitespace in a menu that lacks descriptions, so
267    descriptions will format well.  In general, a menu should contain
268    descriptions, because node names and section titles are often too
269    short to explain a node well."
270    
271    (interactive    (interactive
272     (if prefix-arg     (if prefix-arg
# Line 329  at the level specified by LEVEL.  Point Line 333  at the level specified by LEVEL.  Point
333  Update pre-existing master menu, if there is one.  Update pre-existing master menu, if there is one.
334    
335  If called with a non-nil argument, this function first updates all the  If called with a non-nil argument, this function first updates all the
336  nodes in the buffer before updating the menus."  nodes in the buffer before updating the menus.
337    
338    Indents the first line of descriptions, and leaves trailing whitespace
339    in a menu that lacks descriptions, so descriptions will format well.
340    In general, a menu should contain descriptions, because node names and
341    section titles are often too short to explain a node well."
342    (interactive "P")    (interactive "P")
343    (let ((case-fold-search t)    (let ((case-fold-search t)
344          master-menu-p)          master-menu-p)
# Line 651  node within the section." Line 660  node within the section."
660    
661  (defun texinfo-insert-menu (menu-list node-name)  (defun texinfo-insert-menu (menu-list node-name)
662    "Insert formatted menu at point.    "Insert formatted menu at point.
663  Indents the first line of the description, if any, to the value of  Indents the first line of descriptions, if any, to the value of
664  texinfo-column-for-description.  texinfo-column-for-description.  Indenting leaves trailing whitespace
665    in a menu that lacks descriptions, so descriptions will format well.
666    In general, a menu should contain descriptions, because node names and
667    section titles are often too short to explain a node well.
668    
669  MENU-LIST has form:  MENU-LIST has form:
670    
# Line 866  recommendation in the Texinfo Manual: Line 878  recommendation in the Texinfo Manual:
878       specific information.       specific information.
879    
880  Each of the menus in the detailed node listing is introduced by the  Each of the menus in the detailed node listing is introduced by the
881  title of the section containing the menu."  title of the section containing the menu.
882    
883    Indents the first line of descriptions, and leaves trailing whitespace
884    in a menu that lacks descriptions, so descriptions will format well.
885    In general, a menu should contain descriptions, because node names and
886    section titles are often too short to explain a node well."
887    
888    (interactive "P")    (interactive "P")
889    (let ((case-fold-search t))    (let ((case-fold-search t))

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

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