From: Karl Heuer Date: Thu, 4 Jan 1996 23:50:14 +0000 (+0000) Subject: (texinfo-master-menu): Doc fix. X-Git-Tag: emacs-19.34~1851 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9687a0514bf99fdf361e8915780ba556f598b1c7;p=emacs.git (texinfo-master-menu): Doc fix. --- diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index 53ed2a76364..d7f1bd6ee78 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el @@ -92,7 +92,7 @@ menus in the buffer (incorporating descriptions from pre-existing menus) before it constructs the master menu. The function removes the detailed part of an already existing master -menu. This action depends on the pre-exisitng master menu using the +menu. This action depends on the pre-existing master menu using the standard `texinfo-master-menu-header'. The master menu has the following format, which is adapted from the @@ -198,7 +198,7 @@ chapter." (modify-syntax-entry ?\' "w" texinfo-mode-syntax-table)) ;; Written by Wolfgang Bangerth -;; To overide this example, set either `imenu-generic-expression' +;; To override this example, set either `imenu-generic-expression' ;; or `imenu-create-index-function'. (defvar texinfo-imenu-generic-expression '((nil "^@node[ \t]+\\([^,\n]*\\)" 1) diff --git a/lisp/textmodes/texnfo-upd.el b/lisp/textmodes/texnfo-upd.el index 48da6614960..cfd64adce4b 100644 --- a/lisp/textmodes/texnfo-upd.el +++ b/lisp/textmodes/texnfo-upd.el @@ -749,7 +749,7 @@ menus in the buffer (incorporating descriptions from pre-existing menus) before it constructs the master menu. The function removes the detailed part of an already existing master -menu. This action depends on the pre-exisitng master menu using the +menu. This action depends on the pre-existing master menu using the standard `texinfo-master-menu-header'. The master menu has the following format, which is adapted from the