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/texinfo.el


From: Robert J. Chassell
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/texinfo.el
Date: Mon, 29 Apr 2002 08:59:26 -0400

Index: emacs/lisp/textmodes/texinfo.el
diff -c emacs/lisp/textmodes/texinfo.el:1.89 
emacs/lisp/textmodes/texinfo.el:1.90
*** emacs/lisp/textmodes/texinfo.el:1.89        Sat Mar  9 15:11:41 2002
--- emacs/lisp/textmodes/texinfo.el     Mon Apr 29 08:59:26 2002
***************
*** 808,818 ****
  
  (defun address@hidden ()
    "Insert the string address@hidden' in a Texinfo buffer.
! This also inserts on the following line a comment indicating
! the order of arguments to @node."
    (interactive)
!   (insert "@node address@hidden  node-name,  next,  previous,  up")
!   (forward-line -1)
    (forward-char 6))
  
  (defun address@hidden ()
--- 808,819 ----
  
  (defun address@hidden ()
    "Insert the string address@hidden' in a Texinfo buffer.
! Insert a comment on the following line indicating the order of
! arguments to @node.  Insert a carriage return after the comment line.
! Leave point after address@hidden'."
    (interactive)
!   (insert "@node address@hidden  node-name,  next,  previous,  up\n")
!   (forward-line -2)
    (forward-char 6))
  
  (defun address@hidden ()



reply via email to

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