emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/two.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/two.el
Date: Fri, 04 Apr 2003 01:23:25 -0500

Index: emacs/lispref/two.el
diff -c emacs/lispref/two.el:1.1 emacs/lispref/two.el:1.2
*** emacs/lispref/two.el:1.1    Sat Nov 17 04:10:59 2001
--- emacs/lispref/two.el        Tue Feb  4 09:47:54 2003
***************
*** 14,20 ****
  
  (defun volume-index-markup (arg)
    "Prepend  `NUMBER:' to page number.  Use Roman Numeral.
! Apply only to unsorted index file, 
  Then insert marked file into other volume's unsorted index file.
  Then run texindex on that file and save."
    (interactive
--- 14,20 ----
  
  (defun volume-index-markup (arg)
    "Prepend  `NUMBER:' to page number.  Use Roman Numeral.
! Apply only to unsorted index file,
  Then insert marked file into other volume's unsorted index file.
  Then run texindex on that file and save."
    (interactive
***************
*** 43,49 ****
    (insert "\\unnumbchapentry {Volume 1}{}\n\\unnumbchapentry {}{}\n")
    (search-forward "\\unnumbchapentry {Index}")
    (forward-line 1)
!   (insert 
     "\\unnumbchapentry {}{}\n\\unnumbchapentry {}{}\n\\unnumbchapentry 
{}{}\n\\unnumbchapentry {}{}\n\\unnumbchapentry {Volume 2}{}\n\\unnumbchapentry 
{}{}\n"))
  
  
--- 43,49 ----
    (insert "\\unnumbchapentry {Volume 1}{}\n\\unnumbchapentry {}{}\n")
    (search-forward "\\unnumbchapentry {Index}")
    (forward-line 1)
!   (insert
     "\\unnumbchapentry {}{}\n\\unnumbchapentry {}{}\n\\unnumbchapentry 
{}{}\n\\unnumbchapentry {}{}\n\\unnumbchapentry {Volume 2}{}\n\\unnumbchapentry 
{}{}\n"))
  
  




reply via email to

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