[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
spurious single-quote
From: |
Thien-Thi Nguyen |
Subject: |
spurious single-quote |
Date: |
06 Jun 2006 07:50:29 -0400 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 |
the docstring for `make-local-variable' reads, in part:
This function returns VARIABLE, and therefore
(set (make-local-variable 'VARIABLE) VALUE-EXP)
works.
it seems the single quote should be removed, for
consistency within this sentence and also with the
calling template:
(make-local-variable VARIABLE)
another idea is to keep the single quote, but use some
other word instead of VARIABLE.
thi
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- spurious single-quote,
Thien-Thi Nguyen <=