diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-01-07 00:13:17 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-01-07 00:13:17 +0000 |
commit | df66ad3889872e6d3b6caad1d1b3368e5c8bdb31 (patch) | |
tree | 9215de8c21b784a17c773749d430ec321f491e14 /src/m | |
parent | 4eabc2f2ac619fdb5cd34b3004437f79f389022b (diff) | |
download | emacs-df66ad3889872e6d3b6caad1d1b3368e5c8bdb31.tar.gz |
Fix comment.
Diffstat (limited to 'src/m')
-rw-r--r-- | src/m/iris5d.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/m/iris5d.h b/src/m/iris5d.h index 58f18e8350a..2838c828372 100644 --- a/src/m/iris5d.h +++ b/src/m/iris5d.h @@ -128,9 +128,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define TEXT_START 0x400000 /* - * DATA_SEG_BITS forces that bit to be or'd in with any pointers which - * are trying to access pure strings (as gnu-emacs only allows 24 bits - * for the value field of a LISP_OBJECT). + * DATA_SEG_BITS forces extra bits to be or'd in with any pointers which + * were stored in a Lisp_Object (as Emacs uses fewer than 32 bits for + * the value field of a LISP_OBJECT). */ #define DATA_START 0x10000000 |