summaryrefslogtreecommitdiff
path: root/lisp/help-fns.el
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2005-03-30 22:51:39 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2005-03-30 22:51:39 +0000
commit5ee2cf8a5a6e0166b6ec123764db2733caff60b8 (patch)
tree7e9aecc10224686e80f17475ab53c24a05527546 /lisp/help-fns.el
parentf34574c6d51766120439a80da418a2700309c798 (diff)
downloademacs-5ee2cf8a5a6e0166b6ec123764db2733caff60b8.tar.gz
(help-with-tutorial): Revert last change.
Diffstat (limited to 'lisp/help-fns.el')
-rw-r--r--lisp/help-fns.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/help-fns.el b/lisp/help-fns.el
index 9231f959c64..4bf0a4775a0 100644
--- a/lisp/help-fns.el
+++ b/lisp/help-fns.el
@@ -65,8 +65,6 @@ 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,