help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: shell-like Emacs CLI, and my Usenet behaviour


From: Stefan Monnier
Subject: Re: shell-like Emacs CLI, and my Usenet behaviour
Date: Wed, 21 Aug 2013 09:59:02 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> man emacs RET
vs
> M-x man RET emacs RET

I largely agree.
There's also

  M-: (man "emacs") RET

You could easily make the surrounding parentheses implicit (or
pre-inserted), so that would be

  M-: man "emacs" RET

So the main remaining problem is the quotes.
After all, for other functions, you'd want

  M-: describe-function 'car RET


-- Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]