comparison lisp/textmodes/texinfo.el @ 90199:bb71c6cf2009

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-67 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 447-458) - Update from CVS - Update from CVS: lisp/subr.el (add-to-ordered-list): Doc fix. - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 83-85) - Merge from emacs--cvs-trunk--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Thu, 30 Jun 2005 00:31:46 +0000
parents a1b34dec1104 6807fe842dea
children f9a65d7ebd29
comparison
equal deleted inserted replaced
90198:97f6c3a96df1 90199:bb71c6cf2009
814 (if (equal (ignore-errors 814 (if (equal (ignore-errors
815 (save-excursion 815 (save-excursion
816 (texinfo-last-unended-begin) 816 (texinfo-last-unended-begin)
817 (match-string 1))) 817 (match-string 1)))
818 "table") 818 "table")
819 ? ;space 819 ?\s
820 ?\n))) 820 ?\n)))
821 821
822 (defun texinfo-insert-@kbd (&optional arg) 822 (defun texinfo-insert-@kbd (&optional arg)
823 "Insert a `@kbd{...}' command in a Texinfo buffer. 823 "Insert a `@kbd{...}' command in a Texinfo buffer.
824 A numeric argument says how many words the braces should surround. 824 A numeric argument says how many words the braces should surround.