• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/src/

Lines Matching refs:doc

201        doc: /* Convert arg CHAR to a string containing that character.
218 doc: /* Convert arg STRING to a character, the first character of that string.
249 doc: /* Return value of point, as an integer.
259 doc: /* Return value of point, as a marker object. */)
278 doc: /* Set point to POSITION, a number or marker.
335 doc: /* Return position of beginning of region, as an integer. */)
342 doc: /* Return position of end of region, as an integer. */)
349 doc: /* Return this buffer's mark, as a marker object.
636 doc: /* Delete the field surrounding POS.
650 doc: /* Return the contents of the field surrounding POS as a string.
662 doc: /* Return the contents of the field around POS, without text-properties.
674 doc: /* Return the beginning of the field surrounding POS.
690 doc: /* Return the end of the field surrounding POS.
706 doc: /* Return the position closest to NEW-POS that is in the same field as OLD-POS.
819 doc: /* Return the character position of the first character on the current line.
858 doc: /* Return the character position of the last character on the current line.
988 doc: /* Save point, mark, and current buffer; execute BODY; restore those things.
1013 doc: /* Save the current buffer; execute BODY; restore the current buffer.
1030 doc: /* Return the number of characters in the current buffer.
1046 doc: /* Return the minimum permissible value of point in the current buffer.
1056 doc: /* Return a marker to the minimum permissible value of point in this buffer.
1064 doc: /* Return the maximum permissible value of point in the current buffer.
1075 doc: /* Return a marker to the maximum permissible value of point in this buffer.
1084 doc: /* Return the position of the gap, in the current buffer.
1094 doc: /* Return the size of the current buffer's gap.
1104 doc: /* Return the byte position for character position POSITION.
1116 doc: /* Return the character position for byte position BYTEPOS.
1129 doc: /* Return the character following point, as a number.
1142 doc: /* Return the character preceding point, as a number.
1161 doc: /* Return t if point is at the beginning of the buffer.
1171 doc: /* Return t if point is at the end of the buffer.
1181 doc: /* Return t if point is at the beginning of a line. */)
1190 doc: /* Return t if point is at the end of a line.
1200 doc: /* Return character in current buffer at position POS.
1233 doc: /* Return character in current buffer preceding position POS.
1280 doc: /* Return the name under which the user logged in, as a string.
1310 doc: /* Return the name of the user's real uid, as a string.
1324 doc: /* Return the effective uid of Emacs.
1335 doc: /* Return the real uid of Emacs.
1346 doc: /* Return the full name of the user logged in, as a string.
1410 doc: /* Return the host name of the machine you are running on, as a string. */)
1437 doc: /* Return the process ID of Emacs, as an integer. */)
1444 doc: /* Return the current time, as the number of seconds since 1970-01-01 00:00:00.
1464 doc: /* Return the current run time used by Emacs.
1554 doc: /* Return the current time, as a float number of seconds since the epoch.
1630 doc: /* Use FORMAT-STRING to format the time TIME, or now if omitted.
1734 doc: /* Decode a time value as (SEC MINUTE HOUR DAY MONTH YEAR DOW DST ZONE).
1788 doc: /* Convert SECOND, MINUTE, HOUR, DAY, MONTH, YEAR and ZONE to internal time.
1884 doc: /* Return the current time, as a human-readable string.
1947 doc: /* Return the offset and name for the local time zone.
2029 doc: /* Set the local time zone using TZ, a string specifying a time zone rule.
2213 doc: /* Insert the arguments, either strings or characters, at point.
2239 doc: /* Insert the arguments at point, inheriting properties from adjoining text.
2260 doc: /* Insert strings or characters at point, relocating markers after the text.
2281 doc: /* Insert text at point, relocating markers and inheriting properties.
2302 doc: /* Insert COUNT copies of CHARACTER.
2458 doc: /* Return the contents of part of the current buffer as a string.
2480 doc: /* Return the characters of part of the buffer, without the text properties.
2496 doc: /* Return the contents of the current buffer as a string.
2506 doc: /* Insert before point a substring of the contents of BUFFER.
2556 doc: /* Compare two substrings of two buffers; return result as number.
2731 doc: /* From START to END, replace FROMCHAR with TOCHAR each time it occurs.
2913 doc: /* Internal use only.
3039 doc: /* Delete the text between point and mark.
3053 doc: /* Delete the text between START and END and return it. */)
3065 doc: /* Remove restrictions (narrowing) from current buffer.
3080 doc: /* Restrict editing in this buffer to the current region.
3192 doc: /* Execute BODY, saving and restoring current buffer's restrictions.
3227 doc: /* Display a message at the bottom of the screen.
3264 doc: /* Display a message, in a dialog box if possible.
3324 doc: /* Display a message in a dialog box or in the echo area.
3348 doc: /* Return the string currently displayed in the echo area, or nil if none. */)
3356 doc: /* Return a copy of STRING with text properties added.
3399 doc: /* Format a string out of a format-string and arguments.
4034 doc: /* Return t if two characters match, optionally ignoring case.
4143 doc: /* Transpose region STARTR1 to ENDR1 with STARTR2 to ENDR2.
4449 doc: /* Non-nil means text motion commands don't notice fields. */);
4454 doc: /* List of functions called by `buffer-substring' to fontify if necessary.
4473 doc: /* Property which (if non-nil) indicates text has been fontified.
4479 doc: /* The host name of the machine Emacs is running on. */);
4482 doc: /* The full name of the user logged in. */);
4485 doc: /* The user's name, taken from environment variables if possible. */);
4488 doc: /* The user's name, based upon the real uid only. */);
4491 doc: /* The release of the operating system Emacs is running on. */);