diff options
| -rw-r--r-- | CONTRIBUTE | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE index 809b6e3208d..e9a03419807 100644 --- a/CONTRIBUTE +++ b/CONTRIBUTE | |||
| @@ -250,6 +250,13 @@ know it does not, mark the NEWS entry with "---". If you know | |||
| 250 | that *all* the necessary documentation updates have been made, mark | 250 | that *all* the necessary documentation updates have been made, mark |
| 251 | the entry with "+++". Otherwise do not mark it. | 251 | the entry with "+++". Otherwise do not mark it. |
| 252 | 252 | ||
| 253 | If your change requires updating the manuals to document new | ||
| 254 | functions/commands/variables/faces, then use the proper Texinfo | ||
| 255 | command to index them; for instance, use @vindex for variables and | ||
| 256 | @findex for functions/commands. For the full list of predefine indices, see | ||
| 257 | http://www.gnu.org/software/texinfo/manual/texinfo/html_node/Predefined-Indices.html | ||
| 258 | or run the shell command 'info "(texinfo)Predefined Indices"'. | ||
| 259 | |||
| 253 | For more specific tips on Emacs's doc style, see | 260 | For more specific tips on Emacs's doc style, see |
| 254 | http://www.gnu.org/software/emacs/manual/html_node/elisp/Documentation-Tips.html | 261 | http://www.gnu.org/software/emacs/manual/html_node/elisp/Documentation-Tips.html |
| 255 | Use 'checkdoc' to check for documentation errors before submitting a patch. | 262 | Use 'checkdoc' to check for documentation errors before submitting a patch. |