/[emacs]/emacs/lisp/help-fns.el
ViewVC logotype

Diff of /emacs/lisp/help-fns.el

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

revision 1.64 by lute, Thu Feb 3 19:41:14 2005 UTC revision 1.65 by ttn, Wed Mar 30 15:44:40 2005 UTC
# Line 65  With ARG, you are asked to choose which Line 65  With ARG, you are asked to choose which
65        (insert-file-contents (expand-file-name filename data-directory))        (insert-file-contents (expand-file-name filename data-directory))
66        (hack-local-variables)        (hack-local-variables)
67        (goto-char (point-min))        (goto-char (point-min))
68          ;; The first line conventionally contains the title.
69          (delete-region (point) (progn (forward-line 1) (point)))
70        (search-forward "\n<<")        (search-forward "\n<<")
71        (beginning-of-line)        (beginning-of-line)
72        ;; Convert the <<...>> line to the proper [...] line,        ;; Convert the <<...>> line to the proper [...] line,

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65

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