Mercurial > emacs
diff src/data.c @ 14036:621a575db6f7
Comment fixes.
| author | Karl Heuer <kwzh@gnu.org> |
|---|---|
| date | Fri, 05 Jan 1996 10:03:17 +0000 |
| parents | 89ffc133f813 |
| children | 2c6db67067ac |
line wrap: on
line diff
--- a/src/data.c Fri Jan 05 08:57:33 1996 +0000 +++ b/src/data.c Fri Jan 05 10:03:17 1996 +0000 @@ -862,7 +862,7 @@ /* Find the value of a symbol, returning Qunbound if it's not bound. This is helpful for code which just wants to get a variable's value - if it has one, without signalling an error. + if it has one, without signaling an error. Note that it must not be possible to quit within this function. Great care is required for this. */
