Add FIXME comment.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 27 Apr 2011 19:05:21 +0000 (12:05 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 27 Apr 2011 19:05:21 +0000 (12:05 -0700)
src/doc.c

index d27fa3f..3832eb3 100644 (file)
--- a/src/doc.c
+++ b/src/doc.c
@@ -347,6 +347,8 @@ string is passed through `substitute-command-keys'.  */)
     {
       if (XSUBR (fun)->doc == 0)
        return Qnil;
+      /* FIXME: This is not portable, as it assumes that string
+        pointers have the top bit clear.  */
       else if ((EMACS_INT) XSUBR (fun)->doc >= 0)
        doc = build_string (XSUBR (fun)->doc);
       else