all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#1084: 23.0.60; doc string of Info-read-node-name-2
@ 2008-10-04 22:03 Drew Adams
  2011-07-07 17:03 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 6+ messages in thread
From: Drew Adams @ 2008-10-04 22:03 UTC (permalink / raw)
  To: emacs-pretest-bug

(defun Info-read-node-name-2 (dirs suffixes string pred action)
  "Virtual completion table for file names input in Info node names.
PATH-AND-SUFFIXES is a pair of lists, (DIRECTORIES . SUFFIXES)."
  ...)
 
1. The arguments are not described.
2. In particular, what is the expected form of STRING?
3. PATH-AND-SUFFIXES corresponds to none of the arguments.
4. The first line is not enough, to understand what this does.
5. What is returned?

 

In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600)
 of 2008-10-03 on LENNART-69DE564
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --no-opt --cflags -Ic:/g/include
-fno-crossjumping'
 







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

* bug#1084: 23.0.60; doc string of Info-read-node-name-2
  2008-10-04 22:03 bug#1084: 23.0.60; doc string of Info-read-node-name-2 Drew Adams
@ 2011-07-07 17:03 ` Lars Magne Ingebrigtsen
  2011-07-07 17:48   ` Juanma Barranquero
  0 siblings, 1 reply; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-07-07 17:03 UTC (permalink / raw)
  To: Drew Adams; +Cc: 1084, Juanma Barranquero

"Drew Adams" <drew.adams@oracle.com> writes:

> (defun Info-read-node-name-2 (dirs suffixes string pred action)
>   "Virtual completion table for file names input in Info node names.
> PATH-AND-SUFFIXES is a pair of lists, (DIRECTORIES . SUFFIXES)."
>   ...)
>
> 1. The arguments are not described.
> 2. In particular, what is the expected form of STRING?
> 3. PATH-AND-SUFFIXES corresponds to none of the arguments.
> 4. The first line is not enough, to understand what this does.
> 5. What is returned?

Juanma did some fixes in this area recently.  Juanma?

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





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

* bug#1084: 23.0.60; doc string of Info-read-node-name-2
  2011-07-07 17:03 ` Lars Magne Ingebrigtsen
@ 2011-07-07 17:48   ` Juanma Barranquero
  2011-07-07 17:51     ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 6+ messages in thread
From: Juanma Barranquero @ 2011-07-07 17:48 UTC (permalink / raw)
  To: Lars Magne Ingebrigtsen; +Cc: 1084

On Thu, Jul 7, 2011 at 19:03, Lars Magne Ingebrigtsen <larsi@gnus.org> wrote:

> Juanma did some fixes in this area recently.  Juanma?

Did I?

    Juanma





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

* bug#1084: 23.0.60; doc string of Info-read-node-name-2
  2011-07-07 17:48   ` Juanma Barranquero
@ 2011-07-07 17:51     ` Lars Magne Ingebrigtsen
  2011-07-07 17:55       ` Juanma Barranquero
  0 siblings, 1 reply; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-07-07 17:51 UTC (permalink / raw)
  To: Juanma Barranquero; +Cc: 1084

Juanma Barranquero <lekktu@gmail.com> writes:

>> Juanma did some fixes in this area recently.  Juanma?
>
> Did I?

ChangeLog claims you did.  :-)

+ 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
+ 
+ 	* info.el (Info-directory-list, Info-read-node-name-2)
+ 	(Info-split-parameter-string): Doc fixes.
+ 	(Info-virtual-nodes): Reflow docstring.
+ 	(Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
+ 	(Info-apropos-toc-nodes, info-finder, Info-get-token)
+ 	(Info-find-emacs-command-nodes, Info-speedbar-key-map):
+ 	Fix typos in docstrings.
        (etc)

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





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

* bug#1084: 23.0.60; doc string of Info-read-node-name-2
  2011-07-07 17:51     ` Lars Magne Ingebrigtsen
@ 2011-07-07 17:55       ` Juanma Barranquero
  2011-07-07 20:36         ` Chong Yidong
  0 siblings, 1 reply; 6+ messages in thread
From: Juanma Barranquero @ 2011-07-07 17:55 UTC (permalink / raw)
  To: Lars Magne Ingebrigtsen; +Cc: 1084

On Thu, Jul 7, 2011 at 19:51, Lars Magne Ingebrigtsen <larsi@gnus.org> wrote:

> ChangeLog claims you did.  :-)

Ah, yes, but these were typo fixes. I rarely get involved in doc
writing because I have trouble expressing myself in English.

    Juanma





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

* bug#1084: 23.0.60; doc string of Info-read-node-name-2
  2011-07-07 17:55       ` Juanma Barranquero
@ 2011-07-07 20:36         ` Chong Yidong
  0 siblings, 0 replies; 6+ messages in thread
From: Chong Yidong @ 2011-07-07 20:36 UTC (permalink / raw)
  To: Juanma Barranquero; +Cc: 1084, Lars Magne Ingebrigtsen

Juanma Barranquero <lekktu@gmail.com> writes:

> On Thu, Jul 7, 2011 at 19:51, Lars Magne Ingebrigtsen <larsi@gnus.org> wrote:
>
>> ChangeLog claims you did.  :-)
>
> Ah, yes, but these were typo fixes. I rarely get involved in doc
> writing because I have trouble expressing myself in English.

I've now added the relevant docstrings.





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

end of thread, other threads:[~2011-07-07 20:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-04 22:03 bug#1084: 23.0.60; doc string of Info-read-node-name-2 Drew Adams
2011-07-07 17:03 ` Lars Magne Ingebrigtsen
2011-07-07 17:48   ` Juanma Barranquero
2011-07-07 17:51     ` Lars Magne Ingebrigtsen
2011-07-07 17:55       ` Juanma Barranquero
2011-07-07 20:36         ` Chong Yidong

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.