From c48d7fa0abfb0b7272c8f1077bc0e81e67ca08a2 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Wed, 30 Mar 2005 15:44:40 +0000 Subject: [PATCH] (help-with-tutorial): Delete title line. --- lisp/help-fns.el | 2 ++ 1 file changed, 2 insertions(+) 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, -- 2.39.2