diff options
Diffstat (limited to 'src/data.c')
| -rw-r--r-- | src/data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.c b/src/data.c index 10cd316cf78..b0229430141 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -862,7 +862,7 @@ swap_in_symval_forwarding (sym, valcontents) | |||
| 862 | 862 | ||
| 863 | /* Find the value of a symbol, returning Qunbound if it's not bound. | 863 | /* Find the value of a symbol, returning Qunbound if it's not bound. |
| 864 | This is helpful for code which just wants to get a variable's value | 864 | This is helpful for code which just wants to get a variable's value |
| 865 | if it has one, without signalling an error. | 865 | if it has one, without signaling an error. |
| 866 | Note that it must not be possible to quit | 866 | Note that it must not be possible to quit |
| 867 | within this function. Great care is required for this. */ | 867 | within this function. Great care is required for this. */ |
| 868 | 868 | ||