all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#16248: 24.3.50; [PATCH] rename Command Index to Command and Function Index
@ 2013-12-24 23:22 Jarek Czekalski
  2016-02-24  3:39 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Jarek Czekalski @ 2013-12-24 23:22 UTC (permalink / raw)
  To: 16248

[-- 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


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

* bug#16248: 24.3.50; [PATCH] rename Command Index to Command and Function Index
  2013-12-24 23:22 bug#16248: 24.3.50; [PATCH] rename Command Index to Command and Function Index Jarek Czekalski
@ 2016-02-24  3:39 ` Lars Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2016-02-24  3:39 UTC (permalink / raw)
  To: Jarek Czekalski; +Cc: 16248

Jarek Czekalski <jarekczek@poczta.onet.pl> writes:

> 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.
>
> === 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.
> + 

It is really just listing commands (and non non-command functions), I
think, so I think leaving it that way is fine.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





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

end of thread, other threads:[~2016-02-24  3:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-24 23:22 bug#16248: 24.3.50; [PATCH] rename Command Index to Command and Function Index Jarek Czekalski
2016-02-24  3:39 ` Lars Ingebrigtsen

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.