Index: emacs/lispref/tips.texi
diff -c emacs/lispref/tips.texi:1.70 emacs/lispref/tips.texi:1.71
*** emacs/lispref/tips.texi:1.70        Sun Sep  4 01:48:26 2005
--- emacs/lispref/tips.texi     Tue Sep  6 04:40:08 2005
***************
*** 56,62 ****
  benefits of a Common Lisp-style package system are considered not to
  outweigh the costs.}  Then take care to begin the names of all global
  variables, constants, and functions in your program with the chosen
! prefix.  This helps avoid name conflicts.
  
  This recommendation applies even to names for traditional Lisp
  primitives that are not primitives in Emacs Lisp---such as
--- 56,64 ----
  benefits of a Common Lisp-style package system are considered not to
  outweigh the costs.}  Then take care to begin the names of all global
  variables, constants, and functions in your program with the chosen
! prefix.  This helps avoid name conflicts.  (Occasionally, for a command
! name intended for users to use, it is cleaner if some words come
! before the package name prefix.)
  
  This recommendation applies even to names for traditional Lisp
  primitives that are not primitives in Emacs Lisp---such as


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to