X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=info%2Finternals.info-5;h=19f604dae2860607366ace8655d5eefa0211cf5f;hb=8fe5a019c2a25ef6394edc6eb477a6f69b828682;hp=56833c546b317c36e0c7bc6890aa3f0463c5e028;hpb=d8bd7eee3147c839d3c74d1823c139cd54867a75;p=chise%2Fxemacs-chise.git- diff --git a/info/internals.info-5 b/info/internals.info-5 index 56833c5..19f604d 100644 --- a/info/internals.info-5 +++ b/info/internals.info-5 @@ -388,8 +388,8 @@ into the enum's code at compile-time. which is used to mark an object. All Lisp objects that are contained within the object need to be marked by applying this function to them. The mark method should also return a Lisp - object, which should be either nil or an object to mark. (This can - be used in lieu of calling `mark_object()' on the object, to + object, which should be either `nil' or an object to mark. (This + can be used in lieu of calling `mark_object()' on the object, to reduce the recursion depth, and consequently should be the most heavily nested sub-object, such as a long list.)