comparison lisp/textmodes/texinfo.el @ 63856:6807fe842dea

(texinfo-insert-@item): Change space constants "protected" from end of line by a comment to "?\s".
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 29 Jun 2005 13:56:09 +0000
parents 72fae6758182
children a429e89a3bdf bb71c6cf2009
comparison
equal deleted inserted replaced
63855:e73d158af28d 63856:6807fe842dea
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.