all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#31945: 27.0.50; Readability of format docstring
@ 2018-06-23  6:30 Andreas Röhler
  2018-06-23 12:35 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Röhler @ 2018-06-23  6:30 UTC (permalink / raw)
  To: 31945

C-h f format RET


Docu of format arguments starts commonly with argument in column 0.
%x however starts after comma inside a line:

"%s means print a string argument.  Actually, prints any object, with 
‘princ’.
%d means print as signed number in decimal.
%o means print as unsigned number in octal, %x as unsigned number in hex.
"

Suggest to move docu of %x to column zero too.
Maybe consider to sort arguments alphabetically.

In GNU Emacs 27.0.50 (build 1, i686-pc-linux-gnu, GTK+ Version 3.14.5)
  of 2018-05-29





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

* bug#31945: 27.0.50; Readability of format docstring
  2018-06-23  6:30 bug#31945: 27.0.50; Readability of format docstring Andreas Röhler
@ 2018-06-23 12:35 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2018-06-23 12:35 UTC (permalink / raw)
  To: Andreas Röhler; +Cc: 31945-done

> From: Andreas Röhler <andreas.roehler@easy-emacs.de>
> Date: Sat, 23 Jun 2018 08:30:57 +0200
> 
> C-h f format RET
> 
> 
> Docu of format arguments starts commonly with argument in column 0.
> %x however starts after comma inside a line:
> 
> "%s means print a string argument.  Actually, prints any object, with 
> ‘princ’.
> %d means print as signed number in decimal.
> %o means print as unsigned number in octal, %x as unsigned number in hex.
> "
> 
> Suggest to move docu of %x to column zero too.

Thanks, done.





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

end of thread, other threads:[~2018-06-23 12:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-23  6:30 bug#31945: 27.0.50; Readability of format docstring Andreas Röhler
2018-06-23 12:35 ` Eli Zaretskii

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.