comparison doc/lispref/tips.texi @ 109267:71353caf35e3

Untabify doc/lispref/*.texi. * abbrevs.texi, commands.texi, compile.texi, debugging.texi: * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi: * frames.texi, functions.texi, internals.texi, keymaps.texi: * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi: * searching.texi, sequences.texi, strings.texi, syntax.texi: * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi: Untabify Texinfo files.
author Glenn Morris <rgm@gnu.org>
date Tue, 22 Jun 2010 20:36:56 -0700
parents e2da1d33db95
children a44dc3503539 376148b31b5e
comparison
equal deleted inserted replaced
109266:9df40307a957 109267:71353caf35e3
1 @c -*-texinfo-*- 1 @c -*-texinfo-*-
2 @c This is part of the GNU Emacs Lisp Reference Manual. 2 @c This is part of the GNU Emacs Lisp Reference Manual.
3 @c Copyright (C) 1990, 1991, 1992, 1993, 1995, 1998, 1999, 2001, 2002, 3 @c Copyright (C) 1990, 1991, 1992, 1993, 1995, 1998, 1999, 2001, 2002,
4 @c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 4 @c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
5 @c Free Software Foundation, Inc.
5 @c See the file elisp.texi for copying conditions. 6 @c See the file elisp.texi for copying conditions.
6 @setfilename ../../info/tips 7 @setfilename ../../info/tips
7 @node Tips, GNU Emacs Internals, GPL, Top 8 @node Tips, GNU Emacs Internals, GPL, Top
8 @appendix Tips and Conventions 9 @appendix Tips and Conventions
9 @cindex tips for writing Lisp 10 @cindex tips for writing Lisp
26 * Key Binding Conventions:: Which keys should be bound by which programs. 27 * Key Binding Conventions:: Which keys should be bound by which programs.
27 * Programming Tips:: Making Emacs code fit smoothly in Emacs. 28 * Programming Tips:: Making Emacs code fit smoothly in Emacs.
28 * Compilation Tips:: Making compiled code run fast. 29 * Compilation Tips:: Making compiled code run fast.
29 * Warning Tips:: Turning off compiler warnings. 30 * Warning Tips:: Turning off compiler warnings.
30 * Documentation Tips:: Writing readable documentation strings. 31 * Documentation Tips:: Writing readable documentation strings.
31 * Comment Tips:: Conventions for writing comments. 32 * Comment Tips:: Conventions for writing comments.
32 * Library Headers:: Standard headers for library packages. 33 * Library Headers:: Standard headers for library packages.
33 @end menu 34 @end menu
34 35
35 @node Coding Conventions 36 @node Coding Conventions
36 @section Emacs Lisp Coding Conventions 37 @section Emacs Lisp Coding Conventions