unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#7607: Minor fixes in the SGML/HTML section of the manual
@ 2010-12-10 10:58 Karel Klíč
  2010-12-11  2:39 ` Glenn Morris
  0 siblings, 1 reply; 2+ messages in thread
From: Karel Klíč @ 2010-12-10 10:58 UTC (permalink / raw)
  To: 7607

Function name is missing for some commands.
C-c C-b mentioned wrong function.

Please consider the following changes:

diff -up ./doc/emacs/text.texi.html-small-fixes ./doc/emacs/text.texi
--- ./doc/emacs/text.texi.html-small-fixes      2010-12-10 11:46:03.260668208 +0100
+++ ./doc/emacs/text.texi       2010-12-10 11:48:19.364474484 +0100
@@ -1765,7 +1765,7 @@ variant of SGML mode.
 @kindex C-c C-n @r{(SGML mode)}
 @findex sgml-name-char
 Interactively specify a special character and insert the SGML
-@samp{&}-command for that character.
+@samp{&}-command for that character (@code{sgml-name-char}).
 
 @item C-c C-t
 @kindex C-c C-t @r{(SGML mode)}
@@ -1799,7 +1799,7 @@ A numeric argument acts as a repeat coun
 @findex sgml-skip-tag-backward
 Skip backward across a balanced tag group (which extends from an
 opening tag through its corresponding closing tag)
-(@code{sgml-skip-tag-forward}).  A numeric argument acts as a repeat
+(@code{sgml-skip-tag-backward}).  A numeric argument acts as a repeat
 count.
 
 @item C-c C-d
@@ -1841,7 +1841,7 @@ buffer as SGML (@code{sgml-validate}).
 @kindex C-c TAB @r{(SGML mode)}
 @findex sgml-tags-invisible
 Toggle the visibility of existing tags in the buffer.  This can be
-used as a cheap preview.
+used as a cheap preview (@code{sgml-tags-invisible}).
 @end table
 
 @cindex nXML mode





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#7607: Minor fixes in the SGML/HTML section of the manual
  2010-12-10 10:58 bug#7607: Minor fixes in the SGML/HTML section of the manual Karel Klíč
@ 2010-12-11  2:39 ` Glenn Morris
  0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2010-12-11  2:39 UTC (permalink / raw)
  To: 7607-done

Version: 23.3

Thanks; applied.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-12-11  2:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-10 10:58 bug#7607: Minor fixes in the SGML/HTML section of the manual Karel Klíč
2010-12-11  2:39 ` Glenn Morris

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).