diff options
| author | Richard M. Stallman | 1997-04-01 23:37:03 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-04-01 23:37:03 +0000 |
| commit | 4356e9eb88cbb684353c7c05db8d3b6b9018e5bf (patch) | |
| tree | c260235d237460c10b8c71f873029bc815dfd502 | |
| parent | a4b12c74ea5bbefda6180a651f81819433ee8794 (diff) | |
| download | emacs-4356e9eb88cbb684353c7c05db8d3b6b9018e5bf.tar.gz emacs-4356e9eb88cbb684353c7c05db8d3b6b9018e5bf.zip | |
Add detailed listing for the Tips appendix.
Add an early duplicate menu item for Coding Conventions node.
| -rw-r--r-- | lispref/elisp.texi | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/lispref/elisp.texi b/lispref/elisp.texi index adb16771ebf..c176110506f 100644 --- a/lispref/elisp.texi +++ b/lispref/elisp.texi | |||
| @@ -118,6 +118,7 @@ Reference Manual, corresponding to GNU Emacs version 19.34. | |||
| 118 | @menu | 118 | @menu |
| 119 | * Copying:: Conditions for copying and changing GNU Emacs. | 119 | * Copying:: Conditions for copying and changing GNU Emacs. |
| 120 | * Introduction:: Introduction and conventions used. | 120 | * Introduction:: Introduction and conventions used. |
| 121 | * Standards: Coding Conventions. Coding conventions for Emacs Lisp. | ||
| 121 | 122 | ||
| 122 | * Lisp Data Types:: Data types of objects in Emacs Lisp. | 123 | * Lisp Data Types:: Data types of objects in Emacs Lisp. |
| 123 | * Numbers:: Numbers and arithmetic functions. | 124 | * Numbers:: Numbers and arithmetic functions. |
| @@ -171,7 +172,7 @@ Reference Manual, corresponding to GNU Emacs version 19.34. | |||
| 171 | 172 | ||
| 172 | Appendices | 173 | Appendices |
| 173 | 174 | ||
| 174 | * Tips:: Advice for writing Lisp programs. | 175 | * Tips:: Advice and coding conventions for Emacs Lisp. |
| 175 | * GNU Emacs Internals:: Building and dumping Emacs; | 176 | * GNU Emacs Internals:: Building and dumping Emacs; |
| 176 | internal data structures. | 177 | internal data structures. |
| 177 | * Standard Errors:: List of all error symbols. | 178 | * Standard Errors:: List of all error symbols. |
| @@ -204,6 +205,14 @@ Conventions | |||
| 204 | * Buffer Text Notation:: The format we use for buffer contents in examples. | 205 | * Buffer Text Notation:: The format we use for buffer contents in examples. |
| 205 | * Format of Descriptions:: Notation for describing functions, variables, etc. | 206 | * Format of Descriptions:: Notation for describing functions, variables, etc. |
| 206 | 207 | ||
| 208 | Tips and Conventions | ||
| 209 | |||
| 210 | * Coding Conventions:: Conventions for clean and robust programs. | ||
| 211 | * Compilation Tips:: Making compiled code run fast. | ||
| 212 | * Documentation Tips:: Writing readable documentation strings. | ||
| 213 | * Comment Tips:: Conventions for writing comments. | ||
| 214 | * Library Headers:: Standard headers for library packages. | ||
| 215 | |||
| 207 | Format of Descriptions | 216 | Format of Descriptions |
| 208 | 217 | ||
| 209 | * A Sample Function Description:: | 218 | * A Sample Function Description:: |