Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I find documentation for this Emacs command?

This question shows how to change a particular Emacs setting with set-face-attribute.

Where can I find documentation on set-face-attribute?

Normally I find documentation by C-h a, followed by a command or fragment of a command. But doing this for set-face-attribute turns up nothing.

like image 365
user11583 Avatar asked Dec 12 '25 22:12

user11583


1 Answers

Standard way to get description of function is C-h f - press it and type function name (you can use TAB to complete function name).

If you'll press C-h ? - you'll get list of all help functions. Another useful keybinding is C-h v - to get description of variable.

like image 181
Alex Ott Avatar answered Dec 15 '25 23:12

Alex Ott



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!