summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2005-03-30 15:44:40 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2005-03-30 15:44:40 +0000
commit4761a850bbe8744d91c0b261d6fd0fa54a6df174 (patch)
tree2f4402ecedc005d9daba5964a3c84970a2fdd67a /lisp
parent9bb470792162cfab5fc9231ab236232e4d1718d5 (diff)
downloademacs-4761a850bbe8744d91c0b261d6fd0fa54a6df174.tar.gz
(help-with-tutorial): Delete title line.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/help-fns.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/help-fns.el b/lisp/help-fns.el
index 4bf0a4775a0..9231f959c64 100644
--- a/lisp/help-fns.el
+++ b/lisp/help-fns.el
@@ -65,6 +65,8 @@ With ARG, you are asked to choose which language."
(insert-file-contents (expand-file-name filename data-directory))
(hack-local-variables)
(goto-char (point-min))
+ ;; The first line conventionally contains the title.
+ (delete-region (point) (progn (forward-line 1) (point)))
(search-forward "\n<<")
(beginning-of-line)
;; Convert the <<...>> line to the proper [...] line,