unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* function arguments downcased in help buffers
@ 2008-04-15  0:20 Dan Nicolaescu
  2008-04-15  1:52 ` Juanma Barranquero
  0 siblings, 1 reply; 18+ messages in thread
From: Dan Nicolaescu @ 2008-04-15  0:20 UTC (permalink / raw)
  To: emacs-devel


emacs -Q 
C-h f defun RET

which CVS HEAD shows this:


defun is a special form in `C source code'.

(defun name arglist [docstring] body...)

Define name as a function.
The definition is (lambda arglist [docstring] body...).
See also the function `interactive'.

In 22.2 and older version from CVS HEAD used to show this:

defun is a special form in `C source code'.

(defun NAME ARGLIST [DOCSTRING] BODY...)

Define NAME as a function.
The definition is (lambda ARGLIST [DOCSTRING] BODY...).
See also the function `interactive'.


not sure why this happens, but it does not seem like a good idea, the
upper case used for arguments is quite helpful when trying to spot what
a certain argument does.





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

end of thread, other threads:[~2008-04-16  3:44 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-15  0:20 function arguments downcased in help buffers Dan Nicolaescu
2008-04-15  1:52 ` Juanma Barranquero
2008-04-15  2:04   ` Glenn Morris
2008-04-15  2:33     ` Juanma Barranquero
2008-04-15  5:03     ` Dan Nicolaescu
2008-04-15  8:51       ` Juanma Barranquero
2008-04-15 14:16         ` Drew Adams
2008-04-15 14:48           ` Juanma Barranquero
2008-04-15 15:04             ` Drew Adams
2008-04-15 14:25         ` Dan Nicolaescu
2008-04-15 15:00           ` Juanma Barranquero
2008-04-15 15:37             ` Dan Nicolaescu
2008-04-15 16:01               ` Juanma Barranquero
2008-04-15 17:15                 ` Stefan Monnier
2008-04-15 17:50                 ` Dan Nicolaescu
2008-04-15 16:00           ` Jason Rumney
2008-04-15 23:09             ` Kenichi Handa
2008-04-16  3:44     ` Dan Nicolaescu

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).