/[emacs]/emacs/src/data.c
ViewVC logotype

Diff of /emacs/src/data.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.215 by rms, Wed Aug 7 14:30:52 2002 UTC revision 1.216 by lektu, Fri Sep 6 09:03:04 2002 UTC
# Line 2742  In this case, the sign bit is duplicated Line 2742  In this case, the sign bit is duplicated
2742  DEFUN ("lsh", Flsh, Slsh, 2, 2, 0,  DEFUN ("lsh", Flsh, Slsh, 2, 2, 0,
2743         doc: /* Return VALUE with its bits shifted left by COUNT.         doc: /* Return VALUE with its bits shifted left by COUNT.
2744  If COUNT is negative, shifting is actually to the right.  If COUNT is negative, shifting is actually to the right.
2745  In this case,  zeros are shifted in on the left.  */)  In this case, zeros are shifted in on the left.  */)
2746       (value, count)       (value, count)
2747       register Lisp_Object value, count;       register Lisp_Object value, count;
2748  {  {

Legend:
Removed from v.1.215  
changed lines
  Added in v.1.216

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26