From 480a9931c42df358371f2a3ea992157dab29c2a8 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 19 Jul 2017 06:51:34 -0700 Subject: doc: log-emerg et al are not special variables. * txr.1: the syslog-related constants are global lexical variables and so must not be documented as special variables. --- txr.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/txr.1 b/txr.1 index e979e061..16573ff1 100644 --- a/txr.1 +++ b/txr.1 @@ -49446,8 +49446,8 @@ doesn't exist, or else check for its existence using .codn "(boundp 'log-authpriv)" . -.coNP Special variables @, log-emerg @, log-alert @, log-crit @, log-err @, log-warning @, log-notice @ log-info and @ log-debug - +.coNP Variables @, log-emerg @, log-alert @, log-crit @, log-err @, log-warning @, log-notice @ log-info and @ log-debug +.desc These variables take on the values of the corresponding C preprocessor constants from the .code -- cgit v1.2.3