all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jarek Czekalski <jarekczek@poczta.onet.pl>
To: 16248@debbugs.gnu.org
Subject: bug#16248: 24.3.50; [PATCH] rename Command Index to Command and Function Index
Date: Wed, 25 Dec 2013 00:22:32 +0100	[thread overview]
Message-ID: <52BA1738.4030209@poczta.onet.pl> (raw)

[-- Attachment #1: Type: text/plain, Size: 260 bytes --]


Since this index has header Command and Function Index
I think the node should also have this name. Otherwise
users may think that there is no function index at all.
That's the impression one has when looking at the Indexes
part in the main Emacs info page.


[-- Attachment #2: fnindex.patch --]
[-- Type: text/x-diff, Size: 2821 bytes --]

=== modified file 'doc/emacs/ChangeLog'
*** doc/emacs/ChangeLog	2013-12-23 13:17:59 +0000
--- doc/emacs/ChangeLog	2013-12-24 23:18:23 +0000
***************
*** 1,3 ****
--- 1,7 ----
+ 2013-12-23  Jarek Czekalski  <jarekczek@poczta.onet.pl>
+ 
+ 	* emacs.texi Rename Command Index to Command and Function Index.
+ 
  2013-12-23  Xue Fuqiao  <xfq.free@gmail.com>
  
  	* regs.texi (Bookmarks): Document `bookmark-default-file'.

=== modified file 'doc/emacs/emacs.texi'
*** doc/emacs/emacs.texi	2013-12-22 02:55:43 +0000
--- doc/emacs/emacs.texi	2013-12-24 23:18:23 +0000
*************** Appendices
*** 233,239 ****
  Indexes (each index contains a large menu)
  * Key Index::           An item for each standard Emacs key sequence.
  * Option Index::        An item for every command-line option.
! * Command Index::       An item for each command name.
  * Variable Index::      An item for each documented variable.
  * Concept Index::       An item for each concept.
  
--- 233,240 ----
  Indexes (each index contains a large menu)
  * Key Index::           An item for each standard Emacs key sequence.
  * Option Index::        An item for every command-line option.
! * Command and Function Index:: An item for each command or
!                         documented function name.
  * Variable Index::      An item for each documented variable.
  * Concept Index::       An item for each concept.
  
*************** Lisp programming.
*** 1582,1588 ****
  @printindex op
  @end ifnottex
  
! @node Command Index
  @unnumbered Command and Function Index
  @printindex fn
  
--- 1583,1589 ----
  @printindex op
  @end ifnottex
  
! @node Command and Function Index
  @unnumbered Command and Function Index
  @printindex fn
  

=== modified file 'lisp/info-look.el'
*** lisp/info-look.el	2013-04-22 14:41:32 +0000
--- lisp/info-look.el	2013-12-24 23:18:23 +0000
*************** Return nil if there is nothing appropria
*** 892,898 ****
   :regexp "[^][()`',\" \t\n]+"
   :doc-spec '(;; Commands with key sequences appear in nodes as `foo' and
               ;; those without as `M-x foo'.
!              ("(emacs)Command Index"  nil "`\\(M-x[ \t\n]+\\)?" "'")
               ;; Variables normally appear in nodes as just `foo'.
               ("(emacs)Variable Index" nil "`" "'")
               ;; Almost all functions, variables, etc appear in nodes as
--- 892,899 ----
   :regexp "[^][()`',\" \t\n]+"
   :doc-spec '(;; Commands with key sequences appear in nodes as `foo' and
               ;; those without as `M-x foo'.
!              ("(emacs)Command and Function Index"  nil
!                "`\\(M-x[ \t\n]+\\)?" "'")
               ;; Variables normally appear in nodes as just `foo'.
               ("(emacs)Variable Index" nil "`" "'")
               ;; Almost all functions, variables, etc appear in nodes as


             reply	other threads:[~2013-12-24 23:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-24 23:22 Jarek Czekalski [this message]
2016-02-24  3:39 ` bug#16248: 24.3.50; [PATCH] rename Command Index to Command and Function Index Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52BA1738.4030209@poczta.onet.pl \
    --to=jarekczek@poczta.onet.pl \
    --cc=16248@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.